markwaterman / MutexShootoutLinks
A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.
☆39Updated last year
Alternatives and similar repositories for MutexShootout
Users that are interested in MutexShootout are comparing it to the libraries listed below
Sorting:
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- 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…☆66Updated last month
- ☆111Updated last year
- Different algorithms for converting binary to decimal floating-point numbers☆125Updated 3 years ago
- Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck☆102Updated 4 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆40Updated last year
- SIMD (SSE) string functions☆103Updated 8 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆37Updated last year
- ☆28Updated 2 weeks ago
- C library to remove white space from strings as fast as possible☆156Updated last year
- performance experiments for C++ exception handling☆32Updated 3 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- A header-only implementation of SipHash☆33Updated 4 months ago
- C++ messaging and serialization library☆80Updated this week
- ☆22Updated 8 years 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…☆124Updated 6 months ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆159Updated last month
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, header-only C/C++) 27GB/s + …☆262Updated 2 months ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 3 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆138Updated last month
- A fast, small C/C++ function call tracer for x86-64/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆193Updated 8 months ago
- A C++ implementation of the Schubfach algorithm - fast and accurate conversion of IEEE-754 double values to decimal strings☆80Updated this week
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 4 years ago
- Branchless UTF-8 decoder☆36Updated 8 years ago
- This repository contains high-performance implementations of memset and memcpy in assembly.☆337Updated 3 years ago
- A performant, parallel, probabilistic, random acyclic-graph, low-latency, perfect hash generation library.☆86Updated 6 months ago
- Random Number Generator based on hardware-accelerated AES instructions☆61Updated 6 years ago