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
- C++ integer-to-string conversion benchmark☆340Updated 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 …☆294Updated 7 months ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Boost.Coroutine2☆133Updated 3 weeks ago
- QSBR and EBR library☆119Updated 5 years ago
- C++ library for executors☆503Updated 8 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆147Updated 5 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- Our open source benchmarks and code samples☆191Updated last month
- 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
- Boost.Lockfree☆132Updated 3 weeks ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- STL-based caches for C++☆116Updated last year
- Different implementations of spinlock.☆105Updated 10 years ago
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- W-TinyLFU cache C++11 header only implementation☆58Updated 6 years ago
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- Boost.org smart_ptr module☆108Updated 3 weeks ago
- Adapters for interfacing libuv with C++ resumable functions☆118Updated 8 months ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 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
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆296Updated 9 months ago
- C++ implementation of Radix tree☆62Updated 5 years ago
- A C++ await/yield emulation library for stackless coroutine☆336Updated last year
- C++ implementation of raft consensus☆263Updated last year
- A ZooKeeper client for C++.☆156Updated 2 years ago