argv0 / nbdsLinks
C implementations of several scalable non-blocking data structures for x86 and x86-64.
☆38Updated 13 years ago
Alternatives and similar repositories for nbds
Users that are interested in nbds are comparing it to the libraries listed below
Sorting:
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Simple RPC in C++, with Python binding☆27Updated 10 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 7 years ago
- W-TinyLFU cache C++11 header only implementation☆58Updated 6 years ago
- Vectorized intersections (research code)☆15Updated 8 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆24Updated 10 years ago
- Proof of concept LSM-tree built on MDB☆17Updated 9 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- Implementation of Alexander A. Stepanov inverted Index Compression algorithms☆21Updated 9 years ago
- Feed-forward Bloom filters☆52Updated 13 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 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
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 3 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- NetBSD cdb (constant database) library☆14Updated 6 years ago
- A nano concurrency library☆24Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- Fast differential coding functions (using SIMD instructions)☆53Updated 7 years ago
- Stasis is a flexible transactional storage library that is geared toward high-performance applications and system developers. It supports…☆53Updated 12 years ago
- A GIT clone of uthash.sourceforge.net, a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any stru…☆36Updated 11 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 months ago