freeswitch/src/mod/applications/mod_prefix
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
..
conf Add new module: mod_prefix 2014-07-22 15:28:31 +00:00
Makefile.am Add new module: mod_prefix 2014-07-22 15:28:31 +00:00
mod_prefix.c Add new module: mod_prefix 2014-07-22 15:28:31 +00:00
trie.c Add new module: mod_prefix 2014-07-22 15:28:31 +00:00
trie.h Add new module: mod_prefix 2014-07-22 15:28:31 +00:00