haproxy/include
Frédéric Lécaille 74167b25f7 MINOR: peers: Add a LRU cache implementation for dictionaries.
We want to send some stick-table data fields stored as strings in dictionaries
without consuming too much memory and CPU. To do so we implement with this patch
a cache for send/received dictionaries entries. These dictionary of strings entries are
stored in others real dictionary entries with an identifier as key (unsigned int)
and a pointer to the dictionary of strings entries as values.
2019-06-05 08:33:35 +02:00
..
common MINOR: dict: Add dictionary new data structure. 2019-06-05 08:33:35 +02:00
import
proto MINOR: dict: Add dictionary new data structure. 2019-06-05 08:33:35 +02:00
types MINOR: peers: Add a LRU cache implementation for dictionaries. 2019-06-05 08:33:35 +02:00