algorithm-ninja / cpp-btree
Git mirror of the official (mercurial) repository of cpp-btree
☆73Updated 10 years ago
Alternatives and similar repositories for cpp-btree:
Users that are interested in cpp-btree are comparing it to the libraries listed below
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- Boost.Sort☆51Updated last week
- QSBR and EBR library☆119Updated 5 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- C++ framework for rapid server development☆77Updated last year
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆213Updated last year
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Boost.Lockfree☆130Updated last week
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆175Updated 11 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- Boost.org intrusive module☆55Updated last week
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- STL-based caches for C++☆115Updated last year
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Mirror of Apache C++ Standard Library☆63Updated 6 years ago
- Boost.org multi_index module☆48Updated last week
- Boost.Coroutine☆82Updated last week
- Adapters for interfacing libuv with C++ resumable functions☆116Updated 6 months ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago