ytakano / radix_tree
STL like container of radix tree (a.k.a. PATRICIA trie) in C++
☆141Updated 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
- Boost.Coroutine2☆129Updated 2 months ago
- 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 11 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆145Updated 5 years ago
- STL-based caches for C++☆115Updated last year
- Boost.Lockfree☆128Updated last month
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 4 months ago
- nanorpc - lightweight RPC in pure C++ 17☆241Updated 2 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- QSBR and EBR library☆117Updated 5 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆117Updated 6 years ago
- Boost.org smart_ptr module☆109Updated last month
- C++ integer-to-string conversion benchmark☆341Updated last week
- C++ framework for rapid server development☆77Updated last year
- A feature complete LRU cache implementation in C++☆247Updated 5 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
- Bloom filters for C++11☆356Updated 3 years ago
- STL-style C++ skip_list container☆86Updated 2 years ago
- ☆127Updated 2 years ago
- C++ library for executors☆499Updated 8 years ago
- A disruptor thread-synchronisation data structure for C++11.☆124Updated last year
- Boost.Coroutine☆82Updated 2 months ago
- A ZooKeeper client for C++.☆152Updated 2 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 …☆292Updated 5 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆148Updated 11 months ago
- A STL allocator that mmaps files☆245Updated 3 years ago
- Lock-free implementation of the token bucket algorithm in C++☆57Updated last year
- C++ implementation of raft consensus☆263Updated last year
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago