Use regular array for simNodesArray instead of ArrayList. Looping through all entries seems much faster in the array than using an Iterator for ArrayList (overall speed improvement simulation of about 20% in a simple test locally).
Authored by: mrieser 2007-12-30
Parent: [r303]
Child: [r305]