skarupke / mutex_benchmarksLinks
Code for benchmarking of mutexes to accompany a blog post of mine.
☆28Updated 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:
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆136Updated 3 weeks ago
- C++ micro benchmark library☆97Updated 8 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- SIMD sorting network generator and very basic tester☆16Updated 3 years ago
- Programatically obtain information about the pages backing a given memory region☆80Updated 4 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- Portable C++ SIMD library☆171Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆65Updated last week
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- ☆25Updated 5 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- High performance multithreading toolkit for C++17☆47Updated 3 weeks ago
- Vectorized version of the PCG random number generator☆84Updated 8 months ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 9 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- For details, see the blog post:☆34Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- ☆39Updated 4 years ago
- A C++ ringbuffer that always looks like a flat array☆83Updated 5 years ago
- Reworking of Agner Fog's performance test programs for Linux☆114Updated 2 weeks ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago