Files
MaxScale/server/modules/routing
Markus Mäkelä a7be3c527c Remove unnecessary memory allocations
Given the fact that there exist only three possible categories, the map
can be replaced with a static array that needs no memory
allocations. Making this array thread-local allows it to be reused which
places an upper limit on the number of memory allocations.
2019-03-07 15:59:26 +02:00
..
2019-03-04 08:53:13 +02:00
2018-11-12 10:13:22 +02:00
2018-11-20 10:51:49 +02:00