kumpera / Lock-free-hastable
An implementation of Split-Ordered List Extensible Hashtable in C
☆40Updated 14 years ago
Alternatives and similar repositories for Lock-free-hastable:
Users that are interested in Lock-free-hastable 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
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- QSBR and EBR library☆119Updated 5 years ago
- Feed-forward Bloom filters☆52Updated 13 years ago
- RLU resizable hash-table☆17Updated 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
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- testing latencies of various linux thread synchronization primitives☆18Updated 8 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 10 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Algorithms to compress sorted arrays of integers☆18Updated 10 years ago
- RWMutex for sharing of multicore machines.☆17Updated 5 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 9 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 10 years ago
- Benchmark of common hash functions☆36Updated 5 years ago
- In-memory, columnar, arrow-based database.☆45Updated 2 years ago
- A persistent LSM key-value store. FloDB is designed to scale with the number of threads and memory size.☆26Updated 8 years ago
- The Cicada engine☆55Updated 7 years ago
- A SQL-to-native-code compiler based on LLVM☆47Updated 9 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago
- An open-source BzTree implementation☆91Updated 3 years ago
- Sheriff consists of two tools: Sheriff-Detect, a false-sharing detector, and Sheriff-Protect, a false-sharing eliminator that you can lin…☆32Updated 6 years ago
- Fast differential coding functions (using SIMD instructions)☆52Updated 7 years ago