osrm-backend/include
Michael Krasnyk 2acde49f0f
Make LeafNode aligned to memory pages.
Changes:
* LeafNode is aligned to LEAF_PAGE_SIZE.
  Alignment brings 24 bytes memory overhead for 4096, but reduces
  cache misses rate.
* Unused m_element_count from leaf nodes file.
  The size is computed as m_leaves_region.size() / LEAF_PAGE_SIZE.
* Added try/catch for mmap exceptions messages.
2016-05-07 23:52:11 +02:00
..
contractor Fix naming convention of Percent 2016-05-02 17:25:58 +02:00
engine Fix summary generation when empty strings are present. 2016-05-04 14:00:34 +02:00
extractor Introduce on_ramp and off_ramp, deprecate ramp 2016-05-04 12:09:54 +02:00
osrm Initial libosrm API docs 2016-04-05 22:59:14 +02:00
server Addition to fix #2356 2016-05-07 09:47:32 +02:00
storage Fix build break in MSVC 2016-05-05 13:24:27 +02:00
util Make LeafNode aligned to memory pages. 2016-05-07 23:52:11 +02:00