JGRennison / cpp-btree
Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.
☆35Updated last week
Related projects ⓘ
Alternatives and complementary repositories for cpp-btree
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- a tiny coroutine lib using for c++☆24Updated 10 years ago
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 8 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆48Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆176Updated last month
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 9 months 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 header-only C++17 library implementing a simple concurent lock-free memory pool☆24Updated 3 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆29Updated 6 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Tunnel is a Pipeline Execution Engine based on C++20 coroutine☆28Updated last year
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 7 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- modern c++ raft library☆46Updated 4 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- Ultra light-weight endian utility for C++11 (header only)☆24Updated 5 years ago
- We provide a prototype of a stackless coroutine.☆34Updated 6 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆42Updated 4 years ago
- For details, see the blog post:☆31Updated 11 months ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆125Updated 3 years ago
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆40Updated 8 years ago