forked from graphhopper/graphhopper
-
Notifications
You must be signed in to change notification settings - Fork 1
Performance
karussell edited this page Sep 2, 2012
·
30 revisions
All queries are performed on unterfranken (=> path mean length is ~150km) with a 32bit ubuntu and 1.6.0_33 (same results for jdk1.7.0_05).
The mean query time is printed for some selected algorithms and is in ms. See RoutingAlgorithmIntegrationTests.runShortestPathPerf for more information.
Storage | -Xmx | dijkstra | astar | bidijkstra | bidijkstra skip[1] |
---|---|---|---|---|---|
MemoryGraphSafe | 300m | 450 | 100 | 130 | 50 |
MMapGraph | 300m | 510 | 120 | 190 | nyd[2] |
Neo4J | 1500m | ~1600 | 730 | 1190 | nyd[2] |
[2] nyd = not yet done
Tests are run with an old Intel Core 2 Duo CPU P8600 @ 2.40GHz. E.g. as a reference the encryption tool "john --test" gives me for "Traditional DES":
Many salts: 1044K c/s real, 1050K c/s virtual
Only one salt: 960486 c/s real, 960486 c/s virtual