Menu

Commit [r8398]  Maximize  Restore  History

A simple re-implementation of a priority queue that offers a much better performance for remove(Object) operations than the standard PriorityQueue, but uses more memory to manage the data. Including Tests

mrieser 2009-08-15

added /matsim/trunk/src/org/matsim/core/utils/collections/PseudoRemovePriorityQueue.java
changed /matsim/trunk/test/src/org/matsim/core/utils/collections/AllTests.java
added /matsim/trunk/test/src/org/matsim/core/utils/collections/PseudoRemovePriorityQueueTest.java
/matsim/trunk/src/org/matsim/core/utils/collections/PseudoRemovePriorityQueue.java Diff Switch to side-by-side view
Loading...
/matsim/trunk/test/src/org/matsim/core/utils/collections/AllTests.java Diff Switch to side-by-side view
Loading...
/matsim/trunk/test/src/org/matsim/core/utils/collections/PseudoRemovePriorityQueueTest.java Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.