kephir4eg / trieLinks
C++ implementation of Radix tree
☆67Updated 6 years ago
Alternatives and similar repositories for trie
Users that are interested in trie are comparing it to the libraries listed below
Sorting:
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 2 months ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- A feature complete LRU cache implementation in C++☆262Updated 6 years ago
- Modern C++ B-tree containers☆280Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- STL-based caches for C++☆116Updated 2 years ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- Boost.Lockfree☆148Updated last month
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆297Updated last year
- Port of the xxhash library to C++17.☆185Updated 7 months ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆73Updated last month
- nanorpc - lightweight RPC in pure C++ 17☆245Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆367Updated 2 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆377Updated this week
- C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html☆146Updated 5 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Boost.org unordered module☆86Updated last week
- A C++ implementation of the aho corasick pattern search algorithm☆232Updated last year
- Boost.org intrusive module☆63Updated 2 weeks ago
- STXXL: Standard Template Library for Extra Large Data Sets☆496Updated 2 years ago
- C++ framework for rapid server development☆76Updated last year
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆170Updated last year
- STL-style C++ skip_list container☆87Updated 3 years ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆152Updated last month
- C++ integer-to-string conversion benchmark☆343Updated 11 months ago
- Effective Memory Reclamation☆63Updated 5 years ago
- Lock-free implementation of the token bucket algorithm in C++☆61Updated 2 years ago