Files
MaxScale/include/maxscale
Markus Mäkelä 8ed192892a Make worker-local data lookups faster
By using a std::vector to store the keys, the cost of key lookup goes down
in comparison with std::unordered_map. The downside is the increase in
memory use in certain situations but given the fact that the intended
purpose of worker-local data is to store global data, this is unlikely to
have observable negative side-effects. Depending on the implementations of
std::vector and std::unordered_map, the use of std::vector could even
result in a smaller memory footprint.
2019-03-21 18:19:10 +02:00
..
2019-03-07 16:21:03 +02:00
2019-01-07 10:54:42 +02:00
2019-02-01 13:55:54 +02:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2017-02-20 17:44:22 +02:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2019-01-15 14:10:55 +02:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2019-02-18 11:34:15 +02:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-12-04 11:50:43 +02:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2019-01-15 17:26:26 +02:00
2018-09-09 22:26:19 +03:00
2018-12-04 11:50:43 +02:00
2019-02-07 10:50:27 +02:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2018-09-09 22:26:19 +03:00
2019-01-15 17:26:26 +02:00
2018-12-04 11:50:43 +02:00
2017-03-09 10:01:38 +02:00