wichtounet / btrees
C++ implementation of concurrent Binary Search Trees
☆73Updated 9 years ago
Related projects ⓘ
Alternatives and complementary repositories for btrees
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated last year
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 10 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆29Updated 6 years ago
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆176Updated 6 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 9 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆73Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- Cross-platform atomic operations and lock algorithm library☆96Updated 6 years ago
- High-performance multicore-scalable data structures and benchmarks☆138Updated 5 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- QSBR and EBR library☆116Updated 4 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- C++ Green threads and coroutines library☆38Updated 10 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 8 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆51Updated 7 years ago
- C++11 template meta-programming library.☆48Updated 9 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 8 years ago
- C++11 Work-Stealing Task Scheduler☆36Updated 4 years ago
- AVX512F and AVX2 versions of quick sort☆105Updated 6 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆107Updated 8 months ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆47Updated 9 years ago
- Effective Memory Reclamation☆50Updated 4 years ago