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
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- lock free modified prefix B+tree append-only database☆117Updated 9 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆22Updated 9 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- Simple RPC in C++, with Python binding☆27Updated 9 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 10 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 7 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A comparison between different integer set techniques☆14Updated 7 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- QSBR and EBR library☆119Updated 5 years ago
- Vectorized intersections (research code)☆15Updated 8 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 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
- A Paxos implementation in C originally by Marco Primi, built on top of libevent☆36Updated 13 years ago
- NetBSD cdb (constant database) library☆14Updated 5 years ago
- A C++ Raft implementation, project moved☆24Updated 8 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Cross-platform atomic operations and lock algorithm library☆97Updated 6 years ago
- Implementation of Alexander A. Stepanov inverted Index Compression algorithms☆21Updated 9 years ago
- Raft implementation based on libcppa☆21Updated 9 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 13 years ago
- A buffered-tree implemented in dictionary type and more☆75Updated 11 years ago
- Vanilla JavaScript interpreter with built-in NO-SQL document database with Btree & ARTful indexing from the database project.☆13Updated 4 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆74Updated 3 years ago