Travis Cross a537d80372 Add new module: mod_prefix
mod_prefix is an in-memory data store optimized for fast lookups
according to the longest prefix match (LPM) rule.

Tables of key-value string pairs in JSON format can be loaded at
startup via configuration and at runtime via the API.

The implementation uses a bitwise trie (aka binary prefix tree), so
arbitrary string keys are supported.
2014-07-22 15:28:31 +00:00
..
2014-02-21 15:27:47 +00:00
2014-02-17 15:30:12 -06:00
2014-07-22 15:28:31 +00:00
2014-03-26 19:27:22 +00:00
2014-04-01 20:14:55 -07:00