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☆276Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- STL-based caches for C++☆116Updated 2 years ago
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- A STL allocator that mmaps files☆253Updated 4 years ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- Boost.Lockfree☆146Updated 3 weeks ago
- C++ implementation of a memory efficient hash map and hash set☆364Updated last month
- Component-Model Framework in C++☆44Updated 10 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 …☆298Updated last year
- 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 wait-free multi-producer-single-consumer queue in C11 atomics☆231Updated 4 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆70Updated last week
- STXXL: Standard Template Library for Extra Large Data Sets☆496Updated last year
- C++ integer-to-string conversion benchmark☆342Updated 9 months ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆187Updated 5 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- A fast work-stealing queue template in C++☆327Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆374Updated 2 months ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Experimental C++11 version of sparsehash☆294Updated 3 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
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- C++ framework for rapid server development☆76Updated last year
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last week
- Effective Memory Reclamation☆63Updated 5 years ago