AgamAgarwal / wait-free-extensible-hash-mapLinks
An implementation of "Concurrent Multi-level Arrays: Wait-free Extensible Hash Maps"
☆11Updated 10 years ago
Alternatives and similar repositories for wait-free-extensible-hash-map
Users that are interested in wait-free-extensible-hash-map are comparing it to the libraries listed below
Sorting:
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- NUMA-Aware Reader-Writer Locks☆18Updated 11 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 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
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆17Updated 11 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- A lock-free malloc(3) implementation☆20Updated 5 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A C++ implementation of cache-oblivious Van Emde Boas search trees☆19Updated 7 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 15 years ago
- Fast integer to string and string to integer conversion functions☆23Updated 2 years ago
- ☆17Updated 8 years ago
- Self-Tuning Adaptive Radix Tree☆30Updated 5 years ago
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 11 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- QSBR and EBR library☆133Updated 5 years ago
- ☆20Updated 2 years ago
- ☆44Updated 4 years ago
- A reusable, extensible, and efficient C++ implementation of the Foster B-tree data structure☆15Updated 6 years ago
- For details, see the blog post:☆34Updated last year
- A special smart pointer to exchange data between threads☆37Updated 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☆53Updated last year
- CLI utilty to work out proper constants for vpternlogic instruction☆13Updated 2 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year