Files
osrm-backend/unit_tests
Patrick Niklaus 6bd724fe24 Rewrite packed vector to also allow random access
This fixes issues #3952. The new approach pre-computes masks for fast
access. Since elements can potentially span multiple words we need masks
and offsets for each upper and lower word.

Due to a bug in the C++14 standart the mask computation is not
recognized as constexpr, but would work on C++17.
2017-05-16 10:25:29 +00:00
..
2017-04-05 11:22:39 +00:00
2017-04-04 17:00:36 +00:00
2017-02-13 15:49:30 +00:00