pramalhe / CX
A Wait-Free Universal Construct for Large Objects
☆96Updated 5 years ago
Alternatives and similar repositories for CX:
Users that are interested in CX are comparing it to the libraries listed below
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Poireau: a sampling allocation debugger☆87Updated 3 years ago
- Testing memory-level parallelism☆67Updated last year
- This is the public release of the ffwd delegation system, and associated benchmarks from the SOSP'17 paper.☆78Updated 7 years ago
- An Evaluation of Linear Probing Hashtable Algorithms☆29Updated last year
- Dynamic runtime inlining with LLVM☆66Updated 3 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- Lock-free multithreaded memory allocation☆105Updated 8 years ago
- ☆39Updated 4 years ago
- Experiments with array layouts for comparison-based searching☆82Updated last year
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Detailed experiments over simdjson for VLDB article (2019) and future work☆21Updated 4 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆55Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- High-performance multicore-scalable data structures and benchmarks☆139Updated 5 years ago
- The world's first wait-free KV store with generic durable linearizable transactions☆40Updated 3 years ago
- ☆105Updated last year
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago
- A dynamically safe implementation of C, using your existing C compiler. Tolerates idiomatic C code pretty well. Not perfect... yet.☆104Updated 6 months ago
- Demonstration of LLVM's opt-viewer tool☆70Updated 8 years ago
- Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations☆36Updated 6 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆109Updated 2 months ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆31Updated last year
- Comparing linear and binary searches☆40Updated 4 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆38Updated 4 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 3 years ago
- Wormhole: A concurrent ordered in-memory key-value index with O(log L) search cost (L is search key's length)☆78Updated 2 years ago