Menu

Commit [r304]  Maximize  Restore  History

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).

mrieser 2007-12-30

changed /matsim/trunk/src/org/matsim/mobsim/QueueNetworkLayer.java
/matsim/trunk/src/org/matsim/mobsim/QueueNetworkLayer.java Diff Switch to side-by-side view
Loading...