ytakano / radix_tree
STL like container of radix tree (a.k.a. PATRICIA trie) in C++
☆140Updated last year
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
- A public domain lock free queues implemented in C++11☆182Updated 10 years ago
- Boost.Coroutine2☆129Updated last month
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆143Updated 5 years ago
- C++ implementation of Radix tree☆60Updated 5 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- C++ integer-to-string conversion benchmark☆337Updated 3 years ago
- Boost.Lockfree☆128Updated 3 weeks ago
- QSBR and EBR library☆116Updated 5 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆114Updated 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 4 months ago
- STL-based caches for C++☆115Updated last year
- Bloom filters for C++11☆355Updated 3 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆286Updated 5 months ago
- A disruptor thread-synchronisation data structure for C++11.☆122Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆212Updated last year
- Various open addressing hashmap algorithms in C++☆254Updated 3 years ago
- Boost.org smart_ptr module☆109Updated this week
- nanorpc - lightweight RPC in pure C++ 17☆238Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 3 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Updated 3 years ago
- Our open source benchmarks and code samples☆188Updated 3 months ago
- network library based on io_uring and C++20 coroutine☆101Updated 4 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆370Updated 4 years ago
- A STL allocator that mmaps files☆244Updated 3 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 9 years ago
- A working project for High-concurrency B-tree source code in C☆246Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆77Updated 9 years ago