RedisLabs / triemap
C implementation of a compressed trie lookup map
☆21Updated 5 years ago
Alternatives and similar repositories for triemap:
Users that are interested in triemap are comparing it to the libraries listed below
- Columnar storage and query engine☆9Updated 6 years ago
- Concurrent trie-hash map library☆91Updated last year
- Automatically exported from code.google.com/p/judyarray☆17Updated 9 years ago
- Static Radix Tree (Patricia trie) implementation in C☆46Updated 7 years ago
- Proof of concept LSM-tree built on MDB☆17Updated 9 years ago
- ARTful radix tree☆13Updated 7 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Vanilla JavaScript interpreter with built-in NO-SQL document database with Btree & ARTful indexing from the database project.