osrm-backend/unit_tests/util
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
..
bearing.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
binary_heap.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
coordinate_calculation.cpp Fix Radius Calculation for points collinear in latidue 2016-04-12 11:25:59 +02:00
duration_parsing.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
dynamic_graph.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
io.cpp Runs scripts/format.sh 2016-04-05 22:58:32 +02:00
range_table.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
rectangle.cpp Fix tests 2016-04-09 23:04:43 +02:00
static_graph.cpp Runs scripts/format.sh 2016-04-05 22:58:32 +02:00
static_rtree.cpp Make LeafNode aligned to memory pages. 2016-05-07 23:52:11 +02:00
string_util.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
viewport.cpp Implement viewport code to fix simplification 2016-04-05 22:58:32 +02:00
web_mercator.cpp Fix tests 2016-04-09 23:04:43 +02:00