cmuparlay / flockLinks
Library for lock-free locks
☆82Updated 2 years ago
Alternatives and similar repositories for flock
Users that are interested in flock are comparing it to the libraries listed below
Sorting:
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆60Updated last year
- An easy-to-use, header-only C++ wrapper for Linux' perf event API☆127Updated 3 months ago
- Parallel Balanced Binary Tree Structures☆117Updated 3 months ago
- ☆44Updated 4 years ago
- Adaptive Radix Tree in C++☆45Updated last month
- ☆20Updated 2 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Code and results for our paper "Analyzing Vectorized Hash Tables Across CPU Architectures" @ VLDB '23.☆25Updated last year
- Fast Approximate Membership Filters (C++)☆279Updated 6 months ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)☆249Updated 3 years ago
- CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets.☆163Updated 3 years ago
- Concurrent Deferred Reference Counting☆165Updated last year
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆135Updated 5 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆110Updated 6 months ago
- ☆107Updated last year
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 4 years ago
- Self-Tuning Adaptive Radix Tree☆27Updated 5 years ago
- An adaptive radix tree for efficient indexing in main memory.☆161Updated last year
- a high performance cache simulator and library☆106Updated 10 months ago
- User-space Page Management☆109Updated 11 months ago
- ☆38Updated 5 years ago
- The Berkeley Container Library☆124Updated last year
- An open-source framework for concurrent data-structures and benchmarks. 🛠️ Latest Dev Branch: v3.4.0-dev 🚀 https://github.com/nkallima/…☆68Updated 3 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆35Updated last year
- A lock-free priority queue implementation☆34Updated 7 years ago
- Wormhole: A concurrent ordered in-memory key-value index with O(log L) search cost (L is search key's length)☆80Updated 3 years ago
- ☆54Updated last year
- ☆137Updated 3 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆30Updated 14 years ago