Files
osrm-backend/include/engine
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-06 11:17:23 +00:00
2016-05-27 21:05:04 +02:00
2017-04-18 12:01:06 +00:00
2016-11-11 14:48:50 +01:00
2016-04-05 22:59:14 +02:00