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.☆134Updated 5 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- Portable C++ SIMD library☆173Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years 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 8 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- fast prime sieve and hash algorithm☆38Updated last week
- Programatically obtain information about the pages backing a given memory region☆79Updated 3 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
- High performance multithreading toolkit for C++17☆47Updated last month
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- Benchmarks for our memory allocator☆69Updated last year
- C++ micro benchmark library☆97Updated 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
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- Effective Memory Reclamation☆59Updated 5 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated 2 years ago
- Fast multi-threaded memory allocator☆79Updated 5 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
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆118Updated 5 years ago
- Collection of Agner Fog Software☆44Updated 7 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- Two Level Segregated Fit (TLSF) memory allocator implementation, BSD License☆115Updated last month