wichtounet / btreesLinks
C++ implementation of concurrent Binary Search Trees
☆72Updated 10 years ago
Alternatives and similar repositories for btrees
Users that are interested in btrees are comparing it to the libraries listed below
Sorting:
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 10 years ago
- QSBR and EBR library☆127Updated 5 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆78Updated 4 years ago
- Benchmarks for lockfree datastructures.☆120Updated 11 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- For details, see the blog post:☆33Updated last year
- ☆66Updated 4 years ago
- Enjoy template metaprogramming☆113Updated 8 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- Effective Memory Reclamation☆61Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- C++14 cache friendly B-heap priority queue☆106Updated 2 weeks ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆43Updated 10 years ago
- The world's first Web-scale memory allocator☆108Updated 7 years ago
- Proposed B-tree library for Boost.org☆72Updated 11 years ago
- A feature complete LRU cache implementation in C++☆257Updated 5 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago