kumpera / Lock-free-hastableLinks
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
Sorting:
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Feed-forward Bloom filters☆52Updated 14 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆30Updated 14 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 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
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- A tool for measuring the cache-coherence latencies of a processor (i.e., the latencies of loads, stores, CAS, FAI, TAS, and SWAP).☆78Updated 3 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- Vectorized intersections (research code)☆16Updated 8 years ago
- This repository hosts the code used for the following paper: Claude Barthels, Ingo Müller, Konstantin Taranov, Torsten Hoefler, Gustavo A…☆10Updated 5 years ago
- Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations☆36Updated 6 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 14 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- Predator: Predictive False Sharing Detection☆21Updated 11 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- The SprayList data structure☆33Updated 8 years ago
- Sphinx is a fast in-memory key-value store, compatible with Memcached.☆32Updated 5 years ago
- A SQL-to-native-code compiler based on LLVM☆48Updated 9 years ago
- Proof of concept LSM-tree built on MDB☆17Updated 10 years ago
- ☆66Updated 4 years ago