JGRennison / cpp-btreeLinks
Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.
☆37Updated last month
Alternatives and similar repositories for cpp-btree
Users that are interested in cpp-btree are comparing it to the libraries listed below
Sorting:
- 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
- W-TinyLFU cache C++11 header only implementation☆62Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 10 months ago
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- For details, see the blog post:☆32Updated last year
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 10 years ago
- C++ framework for rapid server development☆77Updated last year
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- Effective Memory Reclamation☆58Updated 5 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- STL-based caches for C++☆116Updated 2 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆34Updated 9 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆206Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 8 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago