markwaterman / MutexShootout
A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.
☆36Updated 9 months ago
Alternatives and similar repositories for MutexShootout:
Users that are interested in MutexShootout are comparing it to the libraries listed below
- Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and…☆60Updated 6 months ago
- ☆18Updated 5 months ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- How fast can we shuffle values?☆37Updated last year
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated 10 months ago
- C++20 Coroutines and io_uring☆48Updated 2 years ago
- ☆12Updated last year
- ☆29Updated last week
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- A benchmark for cache efficient data structures.☆30Updated 6 years ago
- A C11 implementation of D. Vyukov MPSC queue☆27Updated last year
- performance experiments for C++ exception handling☆30Updated 3 years ago
- String to Float Benchmark☆19Updated 6 years ago
- Dictionary-based compression for inverted indexes.☆23Updated 6 years ago
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆82Updated 2 months ago
- A collection of formatting benchmarks☆47Updated 2 months ago
- C++20 SIMD Within A Register library☆30Updated 7 months ago
- ☆14Updated 3 weeks ago
- A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code; Also home o…☆94Updated 3 months ago
- For details, see the blog post:☆32Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 6 months ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- Link to this library and it will log all the LibC functions you are calling and how much time you are spending in them!☆15Updated 2 months ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆35Updated last year
- Branchless-Lomuto in Pattern-Defeating Quicksort☆48Updated 8 months ago