commit | 4a3fef834c532affb1c9ba80717bb930a919d32b | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue May 28 14:47:17 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 05 08:33:35 2019 +0200 |
tree | 22f7950169adc5c4682177122fe65025ea64454a | |
parent | 0e8db97df40787fc7ac7ae83a66e4bcc28a79394 [diff] |
MINOR: dict: Add dictionary new data structure. This patch adds minimalistic definitions to implement dictionary new data structure which is an ebtree of ebpt_node structs with strings as keys. Note that this has nothing to see with real dictionary data structure (maps of keys in association with values).