ytakano / radix_tree
STL like container of radix tree (a.k.a. PATRICIA trie) in C++
☆139Updated last year
Related projects ⓘ
Alternatives and complementary repositories for radix_tree
- 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☆181Updated 10 years ago
- Boost.Lockfree☆125Updated this week
- C++ integer-to-string conversion benchmark☆339Updated 2 years ago
- Boost.Coroutine2☆128Updated this week
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated last year
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆112Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆176Updated last month
- An implementation of Seqlock in C++11☆189Updated 3 months ago
- C++ implementation of Radix tree☆59Updated 5 years ago
- A disruptor thread-synchronisation data structure for C++11.☆119Updated last year
- STL-based caches for C++☆113Updated last year
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆142Updated 4 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- QSBR and EBR library☆116Updated 4 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 2 months ago
- Bloom filters for C++11☆355Updated 2 years ago
- A highly optimized single producer single consumer message queue C++ template☆249Updated 2 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆74Updated 6 years ago
- nanorpc - lightweight RPC in pure C++ 17☆235Updated last year
- A C++ await/yield emulation library for stackless coroutine☆334Updated 10 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆125Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- A concurrent thread-safe hash map implemented in C++☆145Updated last year
- 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
- C++ Kafka Client Library using Boost Asio☆76Updated 7 years ago
- A hierarchical timer wheel, for implementing timed event queues☆209Updated 7 months ago
- C++ framework for rapid server development☆76Updated 9 months ago