pramalhe / ConcurrencyFreaksLinks
☆444Updated 3 months ago
Alternatives and similar repositories for ConcurrencyFreaks
Users that are interested in ConcurrencyFreaks are comparing it to the libraries listed below
Sorting:
- The world's first wait-free Software Transactional Memory☆175Updated 5 years ago
- C port of the HdrHistogram☆270Updated 5 months ago
- A benchmark framework for concurrent queue implementations☆296Updated 5 years ago
- Fastest RPC in the west☆756Updated 2 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆411Updated last month
- High-performance multicore-scalable data structures and benchmarks☆144Updated 6 years ago
- A benchmark to compare synchronization techniques for multicore programming☆348Updated 6 months ago
- A fast alternative to the modulo reduction☆317Updated 4 years ago
- Configurable C++ platform adapter☆559Updated 6 years ago
- Automatically exported from code.google.com/p/relacy☆244Updated last week
- Compilation of concurrent data structures with at least lock-free or wait-free properties.☆76Updated 6 years ago
- A curated list of resources related to Seastar, an industrial-grade C++ framework for building high-performance servers.☆107Updated 5 months ago
- Fast integer compression in C using the StreamVByte codec☆413Updated 11 months ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- QSBR and EBR library☆135Updated 6 years ago
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆182Updated 8 years ago
- An implementation of Seqlock in C++11☆235Updated last year
- A Super Fast Multithreaded malloc() for 64-bit Machines☆293Updated 6 years ago
- Adaptive Radix Trees implemented in C☆815Updated 3 years ago
- Fast Approximate Membership Filters (C++)☆289Updated 5 months ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆443Updated 6 months ago
- Concurrent Deferred Reference Counting☆174Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 years ago
- A simple C library for compressing lists of integers using binary packing☆515Updated 2 years ago
- userland threads