kumpera / Lock-free-hastable
An implementation of Split-Ordered List Extensible Hashtable in C
☆40Updated 13 years ago
Related projects ⓘ
Alternatives and complementary repositories for Lock-free-hastable
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 8 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- Affinity database C++ kernel library☆30Updated 10 years ago
- Malloc replacement with support for shared and persistent memory allocation☆32Updated 10 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
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆47Updated 9 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆15Updated 10 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Concurrent trie-hash map library☆89Updated last year
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆15Updated 3 years ago
- RLU resizable hash-table☆16Updated 9 years ago
- Dictionary-based compression for inverted indexes.☆23Updated 5 years ago
- Stasis is a flexible transactional storage library that is geared toward high-performance applications and system developers. It supports…☆53Updated 11 years ago
- QSBR and EBR library☆116Updated 4 years ago
- lock free modified prefix B+tree append-only database☆115Updated 9 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆45Updated 2 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆44Updated 11 years ago
- Algorithms to compress sorted arrays of integers☆18Updated 10 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆51Updated 7 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
- Feed-forward Bloom filters☆52Updated 13 years ago
- This repository contains my experiments with compression-related algorithms☆35Updated 8 years ago
- A benchmark for cache efficient data structures.☆29Updated 5 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 9 months ago
- Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations☆33Updated 5 years ago