ytakano / radix_tree
STL like container of radix tree (a.k.a. PATRICIA trie) in C++
☆142Updated 2 years ago
Alternatives and similar repositories for radix_tree:
Users that are interested in radix_tree are comparing it to the libraries listed below
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Boost.Coroutine2☆130Updated last week
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆146Updated 5 years ago
- Boost.Lockfree☆130Updated last week
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆213Updated last year
- C++ integer-to-string conversion benchmark☆340Updated last month
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 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 …☆294Updated 6 months ago
- STL-based caches for C++☆115Updated last year
- Bloom filters for C++11☆356Updated 3 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- A ZooKeeper client for C++.☆153Updated 2 years ago
- QSBR and EBR library☆119Updated 5 years ago
- C++ implementation of Radix tree☆61Updated 5 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆407Updated 2 months ago
- A feature complete LRU cache implementation in C++☆249Updated 5 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 3 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆202Updated 2 years ago
- A C++ Rate limiter implementation.☆55Updated 9 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Yet Another RAFT implementation☆126Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Boost.org smart_ptr module☆107Updated last week
- Our open source benchmarks and code samples☆189Updated last week
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- C++ implementation of raft consensus☆262Updated last year