kephir4eg / trieLinks
C++ implementation of Radix tree
☆63Updated 5 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++☆142Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- STL-based caches for C++☆116Updated 2 years ago
- Modern C++ B-tree containers☆272Updated last year
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- C++ framework for rapid server development☆77Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 10 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 4 months ago
- A feature complete LRU cache implementation in C++☆252Updated 5 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- Async GRPC with C++20 coroutine support☆73Updated 2 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- C++ implementation of a memory efficient hash map and hash set☆349Updated 8 months ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated last year
- C++ coroutine based networking library (WIP)☆38Updated 6 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆65Updated 8 months ago
- Boost.Lockfree☆133Updated 2 weeks ago
- A generic C++ radix tree library, built by the Mapper team at Akamai Technologies.☆35Updated 3 years ago
- Boost.org unordered module☆73Updated 2 weeks ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- A C++ header only interval tree implementation.☆64Updated 4 months ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago