kumpera / Lock-free-hastable
An implementation of Split-Ordered List Extensible Hashtable in C
☆40Updated 13 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
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago
- Feed-forward Bloom filters☆52Updated 13 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- RLU resizable hash-table☆16Updated 9 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆43Updated 11 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 11 years ago
- QSBR and EBR library☆117Updated 5 years ago
- Fast differential coding functions (using SIMD instructions)☆51Updated 7 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- Lock-free multithreaded memory allocation☆105Updated 8 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- ☆25Updated 7 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
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Algorithms to compress sorted arrays of integers☆18Updated 10 years ago
- Dictionary-based compression for inverted indexes.☆23Updated 5 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- The world's first wait-free KV store with generic durable linearizable transactions☆39Updated 2 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 9 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆41Updated 8 years ago
- Implementation of the BwTree as specified by Microsoft Research☆99Updated 8 years ago
- Lock-free slab allocator / freelist.☆65Updated 9 years ago
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆38Updated 7 months ago