Dennis Luxen
|
e176115273
|
Fixes a race condition when more than one thread tries to access the grid file (thanks Patrick)
|
2010-11-18 16:56:22 +00:00 |
|
Dennis Luxen
|
054bffc0f6
|
Minor glitch fixed
|
2010-11-17 13:37:17 +00:00 |
|
Dennis Luxen
|
ddad5a0523
|
workaround non-initialized value if its not possible to locate an edge close to a coordinate
|
2010-10-26 09:54:49 +00:00 |
|
Dennis Luxen
|
43bbf953c1
|
Fixes bad alloc for large graphs
|
2010-09-13 15:31:29 +00:00 |
|
Dennis Luxen
|
6fcc6722c4
|
nearest neighbor grid can now be specialized to be read only with a template parameter.
|
2010-09-03 07:14:58 +00:00 |
|
Dennis Luxen
|
f9f4fa2972
|
Fixed potential memory leak
|
2010-09-02 15:56:12 +00:00 |
|
Dennis Luxen
|
e79e36bea9
|
Perfomance fixes
|
2010-09-02 13:01:49 +00:00 |
|
Dennis Luxen
|
0875c2d557
|
BREAKING CHANGE: the routing engine does not use the kd-tree anymore, but an external memory nearest neighbor grid. The memory consumption is less than half. This is a breaking change, please reprocess your .osrm files and take note that the parameter to routed have been changed!
Known Bug: There are some minor rounding errors that affect the position of start and destination node by a few feet.
|
2010-08-31 14:00:40 +00:00 |
|