共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Patricialib |
Patricialib
|
1 | 0 | 1 |
贡献者 | 讨论 | 代码提交 |
C library for Patricia trie storage. The library provides an API to create and use dynamic compact Patricia tries for arbitrary data. Keys may be of variable length. Data may be stored and retrieved by reference only. Supports in-order retrieval and best-match prefix searches with foreach closure semantics. Requires C99, no dependencies, platform independent. Work in progress. BSD style license.