JGRennison / cpp-btreeLinks
Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.
☆37Updated 2 weeks ago
Alternatives and similar repositories for cpp-btree
Users that are interested in cpp-btree are comparing it to the libraries listed below
Sorting:
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- For details, see the blog post:☆32Updated last year
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆82Updated 9 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…☆49Updated 7 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- Lock-free implementation of the token bucket algorithm in C++☆57Updated 2 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 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
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- Proposed IP address classes for standard c++☆36Updated 11 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
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated 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
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- Implemented Concurrent Priority Queues using fine grained locking over sequential heap and lockfree skiplist-based☆8Updated 7 years ago
- Effective Memory Reclamation☆55Updated 5 years ago
- C++ framework for rapid server development☆77Updated last year
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆25Updated 4 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- ☆21Updated 8 months ago