kephir4eg / trieLinks
C++ implementation of Radix tree
☆65Updated 6 years ago
Alternatives and similar repositories for trie
Users that are interested in trie are comparing it to the libraries listed below
Sorting:
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- Modern C++ B-tree containers☆273Updated 2 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A STL allocator that mmaps files☆251Updated 4 years ago
- A feature complete LRU cache implementation in C++☆256Updated 5 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆67Updated 11 months ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 11 months ago
- A concurrent thread-safe hash map implemented in C++☆145Updated 2 years ago
- A fast work-stealing queue template in C++☆320Updated last year
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- Boost.Lockfree☆140Updated last week
- Component-Model Framework in C++☆44Updated 9 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- Comprehensive benchmarks of C++ maps☆313Updated 2 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆386Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆372Updated 3 months ago
- A C++ template class providing a thread-safe LRU cache☆76Updated 3 years ago
- STL-based caches for C++☆115Updated 2 years ago
- STXXL: Standard Template Library for Extra Large Data Sets☆492Updated last year
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 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 last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- C++ serializers benchmark with realistic data☆125Updated 2 years ago
- A C++ header only interval tree implementation.☆69Updated 2 weeks ago
- Effective Memory Reclamation☆59Updated 5 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆319Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆76Updated 11 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆610Updated last month