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:
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆136Updated this week
- Programatically obtain information about the pages backing a given memory region☆79Updated 4 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Portable C++ SIMD library☆171Updated 6 years ago
- SIMD sorting network generator and very basic tester☆16Updated 3 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- Effective Memory Reclamation☆62Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 5 years ago
- C++ micro benchmark library☆97Updated 8 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- Sample implementation of C++20 atomic_wait/notify☆61Updated 6 years ago
- Interchangeable AoS and SoA containers☆25Updated 3 years ago
- For details, see the blog post:☆34Updated last year
- Vectorized version of the PCG random number generator☆83Updated 7 months ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆64Updated 2 years ago
- totally unofficial git repo containing sources for the CppMem tool available at http://svr-pes20-cppmem.cl.cam.ac.uk/cppmem/help.html and…☆26Updated 12 years ago
- ☆26Updated 5 years ago
- ☆110Updated last year
- Optimized for systems that read and write large blobs.☆12Updated 10 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
- fast prime sieve and hash algorithm☆38Updated last month
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago