osrm-backend/Docs/Todo.txt

12 lines
438 B
Plaintext
Raw Normal View History

2010-07-09 05:05:40 -04:00
TODO
----
Start/Endpoints of queries can only start on nodes only. Instead of selecting the nearest node the nearest edge should be selected.
The server part is mostly adapted from the boost http examples. It should be replaced with a self-written front-end
2010-07-10 03:23:09 -04:00
The KD-Tree uses a lot of RAM. An own implementation might be better.
Use Boost to compress all in-/output streams to the file system
2010-07-10 03:23:09 -04:00
Rework extractor to be fully externalized