skarupke / mutex_benchmarksLinks
Code for benchmarking of mutexes to accompany a blog post of mine.
☆29Updated 5 years ago
Alternatives and similar repositories for mutex_benchmarks
Users that are interested in mutex_benchmarks are comparing it to the libraries listed below
Sorting:
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆137Updated last month
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Reworking of Agner Fog's performance test programs for Linux☆115Updated last month
- Benchmarks for our memory allocator☆70Updated 2 years ago
- High performance multithreading toolkit for C++17☆47Updated last month
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆25Updated 3 years ago
- Programatically obtain information about the pages backing a given memory region☆81Updated 4 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆65Updated last month
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- Sample implementation of C++20 atomic_wait/notify☆61Updated 6 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- A C++ pointer bump memory arena implementation☆94Updated 10 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- C++ micro benchmark library☆98Updated 8 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Portable C++ SIMD library☆171Updated 6 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- ☆25Updated 5 years ago
- fast prime sieve and hash algorithm☆39Updated 3 months ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago