-
由 Travis Cross 提交于
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.
a537d803
名称 |
最后提交
|
最后更新 |
---|---|---|
.. | ||
conf | ||
Makefile.am | ||
mod_prefix.c | ||
trie.c | ||
trie.h |