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:
- 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☆183Updated last year
- Modern C++ B-tree containers☆273Updated 2 years ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 2 weeks ago
- A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago
- STL-based caches for C++☆115Updated 2 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 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
- Comprehensive benchmarks of C++ maps☆314Updated 2 years ago
- Boost.Lockfree☆143Updated last month
- 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
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- C++ framework for rapid server development☆76Updated last year
- Port of the xxhash library to C++17.☆183Updated 4 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆67Updated last year
- A fast work-stealing queue template in C++☆321Updated last year
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆387Updated 5 years ago
- C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html☆142Updated 4 years ago
- C++ integer-to-string conversion benchmark☆341Updated 7 months ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- An implementation of Seqlock in C++11☆223Updated last year
- A C++ template class providing a thread-safe LRU cache☆77Updated 3 years ago
- Bloom filters for C++11☆363Updated 3 years ago
- Lock-free implementation of the token bucket algorithm in C++☆60Updated 2 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆371Updated 2 weeks ago
- Experimental C++11 version of sparsehash☆292Updated 2 years ago