wichtounet / btrees
C++ implementation of concurrent Binary Search Trees
☆71Updated 9 years ago
Alternatives and similar repositories for btrees:
Users that are interested in btrees 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
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆212Updated last year
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Cross-platform atomic operations and lock algorithm library☆96Updated 6 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 8 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- QSBR and EBR library☆116Updated 5 years ago
- ☆66Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- Enjoy template metaprogramming☆113Updated 8 years ago
- A benchmark of some prominent C/C++ hash table implementations☆103Updated 5 years ago
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆75Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 9 years ago
- Benchmark of common hash functions☆35Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- Compilation of concurrent data structures with at least lock-free or wait-free properties.☆74Updated 5 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 4 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated last year
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- Proposed B-tree library for Boost.org☆72Updated 10 years ago
- Lock-free multithreaded memory allocation☆104Updated 8 years ago