osrm-backend/include/storage
Patrick Niklaus 0266c9d969 Renumber nodes after running osrm-partition
The new numbering uses the partition information
to sort border nodes first to compactify storages
that need access indexed by border node ID.

We also get an optimized cache performance for free
sincr we can also recursively sort the nodes by cell ID.

This implements issue #3779.
2017-06-02 18:12:13 +00:00
..
io_fwd.hpp Move to forward declare header 2017-04-06 15:42:38 +00:00
io.hpp Don't copy the object on WriteOne 2017-05-29 15:09:36 +00:00
serialization.hpp Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
shared_datatype.hpp Refactor RTree so that .fileIndex only contains EdgeDataT, and all r-tree structure is in the .ramIndex file. 2017-06-02 12:15:06 +00:00
shared_memory_ownership.hpp Buffer turn data on disk to save memory 2017-04-10 17:25:02 +00:00
shared_memory.hpp Remove osrm namespace indication where possible, wrap out shared_memory_ownership 2017-04-04 17:00:36 +00:00
shared_monitor.hpp Disbale boost::interprocess condition variables on Linux to fix issue #3911 2017-05-08 09:15:01 +00:00
storage_config.hpp Rename .nodes -> .nbg_nodes and .nodes_data -> .ebg_nodes 2017-05-17 15:21:51 +00:00
storage.hpp Restore --max-wait and file_lock for osrm-datastore 2017-01-14 01:14:29 +01:00