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
- Modern C++ B-tree containers☆277Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated 2 weeks ago
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 years ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆372Updated 2 months 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
- Boost.Lockfree☆146Updated this week
- C++ implementation of a memory efficient hash map and hash set☆363Updated 2 weeks ago
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- C++ Bloom Filter Library https://www.partow.net/programming/bloomfilter/index.html☆144Updated 4 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆329Updated last year
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆229Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆68Updated 3 weeks ago
- A fast work-stealing queue template in C++☆326Updated 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
- C++ implementation of a fast and memory efficient HAT-trie☆842Updated this week
- High performance C++11 thread pool☆584Updated 5 years ago
- Component-Model Framework in C++☆44Updated 10 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆623Updated 3 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆212Updated 2 years ago
- Port of the xxhash library to C++17.☆183Updated 5 months ago
- A C++ template class providing a thread-safe LRU cache☆77Updated 3 years ago
- Experimental C++11 version of sparsehash☆293Updated 3 years ago
- STXXL: Standard Template Library for Extra Large Data Sets☆495Updated last year
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆390Updated 5 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago