commit | 69c696c138e3a620df900adbf530f437fe5b1548 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Apr 28 10:18:09 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 29 19:14:43 2015 +0200 |
tree | e2b1b2cd51d67d8813b063db50dae7b4a66ee9a4 | |
parent | e6e49cfa93acc7b222f5395a049c8de53a6eb5df [diff] |
IMPORT: lru: import simple ebtree-based LRU functions This will be usable to implement some maps/acl caches for heavy datasets loaded from files (mostly regex-based but in general anything that cannot be indexed in a tree).