kephir4eg / trieLinks
C++ implementation of Radix tree
☆64Updated 5 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☆274Updated last year
- A STL allocator that mmaps files☆248Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 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 …☆296Updated 10 months ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 2 years ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆69Updated 10 months ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- Boost.Lockfree☆135Updated 2 months ago
- STXXL: Standard Template Library for Extra Large Data Sets☆491Updated last year
- C++ integer-to-string conversion benchmark☆341Updated 5 months ago
- C++ implementation of a memory efficient hash map and hash set☆357Updated 10 months ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated 2 months ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Port of the xxhash library to C++17.☆182Updated 2 months ago
- Boost.Coroutine2☆135Updated 3 months ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- Component-Model Framework in C++☆44Updated 9 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- ☆127Updated 2 years ago
- Boost.org intrusive module☆59Updated 3 weeks ago
- An async redis client designed for performance and scalability☆259Updated this week
- Bloom filters for C++11☆362Updated 3 years ago
- A C++ template class providing a thread-safe LRU cache☆76Updated 3 years ago
- Boost.org unordered module☆75Updated last month