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-03-20 21:15:29 +00:00
2007-11-02 18:22:24 +00:00
2014-01-09 16:10:50 +00:00
2009-07-02 02:06:15 +00:00
2010-02-23 22:56:54 +00:00
2012-09-19 12:32:29 +10:00
2010-02-23 22:56:54 +00:00
2012-09-24 14:59:09 -05:00
2010-01-11 14:36:29 +00:00
2014-05-22 18:40:30 +00:00
2007-11-20 23:39:44 +00:00
2007-09-19 14:58:40 +00:00
2007-09-19 14:58:40 +00:00
2008-12-15 18:14:53 +00:00
2012-03-29 16:14:54 -05:00
2012-05-21 09:58:02 -05:00
2007-11-20 23:39:44 +00:00
2010-02-09 19:18:00 +00:00
2010-01-12 04:43:39 +00:00
2008-03-19 18:36:56 +00:00
2010-03-13 22:23:54 +00:00
2008-05-27 04:31:01 +00:00
2011-02-14 13:52:55 -06:00
2012-05-28 12:24:46 +00:00
2012-04-25 08:59:12 +00:00
2014-02-12 12:08:56 -06:00
2010-06-23 13:22:52 -05:00
2014-07-19 14:47:27 -07:00
2014-07-15 16:46:01 -05:00
2014-07-15 16:46:01 -05:00
2014-07-22 07:50:09 -05:00
2014-07-15 16:46:01 -05:00
2014-06-20 10:23:05 -05:00
2014-03-20 21:15:29 +00:00
2014-03-17 14:33:55 -04:00
2014-07-22 15:28:31 +00:00
2009-04-21 04:34:41 +00:00
2012-11-09 11:14:41 -06:00
2012-09-23 04:13:04 +00:00
2012-09-23 07:49:21 +00:00
2014-02-24 20:41:24 -05:00
2010-05-10 13:07:34 -05:00
2014-01-17 01:54:47 +05:00
2009-02-16 13:57:25 +00:00