kephir4eg / trieLinks
C++ implementation of Radix tree
☆65Updated 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
- Modern C++ B-tree containers☆275Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 11 months ago
- A STL allocator that mmaps files☆249Updated 4 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- Boost.Lockfree☆138Updated last week
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 11 months ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- STL-based caches for C++☆116Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- 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 …☆296Updated 11 months ago
- C++ framework for rapid server development☆77Updated last year
- Port of the xxhash library to C++17.☆183Updated 3 months ago
- C++ implementation of a memory efficient hash map and hash set☆360Updated 11 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- Boost.org unordered module☆76Updated this week
- Experimental C++11 version of sparsehash☆291Updated 2 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆227Updated 3 years ago
- 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 generic C++ radix tree library, built by the Mapper team at Akamai Technologies.☆35Updated 3 years ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Boost.org intrusive module☆59Updated last week
- Effective Memory Reclamation☆58Updated 5 years ago
- ☆128Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆184Updated 5 years ago
- Boost.org multi_index module☆51Updated last week
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago