argv0 / nbds
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
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆22Updated 9 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- NetBSD cdb (constant database) library☆14Updated 5 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- Simple RPC in C++, with Python binding☆27Updated 9 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆51Updated 11 months ago
- A comparison between different integer set techniques☆14Updated 6 years ago
- Vectorized intersections (research code)☆14Updated 8 years ago
- Rolla - Tiny, fast, crash-safe embedded k/v storage engine☆53Updated 2 years ago
- Proof of concept LSM-tree built on MDB☆17Updated 9 years ago
- lock free modified prefix B+tree append-only database☆115Updated 9 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Implementation of Alexander A. Stepanov inverted Index Compression algorithms☆21Updated 9 years ago
- Lock-free multithreaded memory allocation☆105Updated 8 years ago
- Concurrent trie-hash map library☆91Updated last year
- Feed-forward Bloom filters☆52Updated 13 years ago
- QSBR and EBR library☆117Updated 5 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 9 years ago
- unrolled skip list library for C☆21Updated 5 years ago
- Lock-free Transactions without Rollbacks for Linked Data Structures☆22Updated 2 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last week
- 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
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 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
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆99Updated 6 years ago
- A C++ library for integer array compression☆28Updated 2 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆43Updated 11 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago