kephir4eg / trieLinks
C++ implementation of Radix tree
☆66Updated 6 years ago
Alternatives and similar repositories for trie
Users that are interested in trie are comparing it to the libraries listed below
Sorting:
- Modern C++ B-tree containers☆279Updated 2 years ago
- 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☆184Updated last month
- A STL allocator that mmaps files☆254Updated 4 years ago
- C++ implementation of a memory efficient hash map and hash set☆366Updated last month
- A feature complete LRU cache implementation in C++☆261Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- Boost.Lockfree☆147Updated 3 weeks ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆72Updated last month
- A wait-free multi-producer-single-consumer queue in C11 atomics☆233Updated 4 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 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 …☆297Updated last year
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- STL-based caches for C++☆116Updated 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
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- STXXL: Standard Template Library for Extra Large Data Sets☆496Updated 2 years ago
- C++ framework for rapid server development☆76Updated last year
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- An implementation of Seqlock in C++11☆230Updated last year
- Port of the xxhash library to C++17.☆183Updated 7 months ago
- Effective Memory Reclamation☆63Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated 3 months ago
- A fast work-stealing queue template in C++☆330Updated last week
- A C++ template class providing a thread-safe LRU cache☆77Updated 3 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆336Updated last year
- A generic C++ radix tree library, built by the Mapper team at Akamai Technologies.☆35Updated last month
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆184Updated 12 years ago