kumpera / Lock-free-hastableLinks
An implementation of Split-Ordered List Extensible Hashtable in C
☆41Updated 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
- QSBR and EBR library☆135Updated 6 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆90Updated 3 years ago
- Fast differential coding functions (using SIMD instructions)☆55Updated 8 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆17Updated 11 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
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- Lock-free multithreaded memory allocation☆110Updated 9 years ago
- A SQL-to-native-code compiler based on LLVM☆48Updated 10 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 4 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- Different implementations of spinlock.☆105Updated 11 years ago
- Lock-free slab allocator / freelist.☆70Updated 10 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 15 years ago
- Read- and latency-optimized log structured merge tree☆175Updated 13 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆32Updated 12 years ago
- Implementation of the BwTree as specified by Microsoft Research☆101Updated 9 years ago
- A cache-efficiency weight balanced binary tree☆71Updated 11 years ago