forked from graphhopper/graphhopper
-
Notifications
You must be signed in to change notification settings - Fork 1
Performance
karussell edited this page Jul 19, 2012
·
30 revisions
All queries are performed on unterfranken with 300MB on a dual core laptop with linux and 1.6.0_33 (same results for jdk1.7.0_05). Before measuring query time 50 warmup queries are performed. 100 routes are then randomly created. But for every storage the same random routes are choosen. Query time is in seconds.
Storage | dijkstra | bi. dijkstra ref | astar |
---|---|---|---|
MemoryGraphSafe | 0.45 | 0.13 | 0.10 |
MMapGraph | 0.51 | 0.19 | 0.12 |