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:
- Programatically obtain information about the pages backing a given memory region☆78Updated 3 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆134Updated 5 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical☆46Updated 6 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Benchmarks for our memory allocator☆68Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- For details, see the blog post:☆32Updated last year
- High performance multithreading toolkit for C++17☆47Updated last month
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 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
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- Two Level Segregated Fit (TLSF) memory allocator implementation, BSD License☆112Updated 2 weeks ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Portable C++ SIMD library☆173Updated 5 years ago
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆25Updated 2 years ago
- A C++ ringbuffer that always looks like a flat array☆82Updated 5 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 2 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- Test if AVX vector loads and stores are atomic☆30Updated 5 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated 2 years ago
- ☆108Updated last year
- Reworking of Agner Fog's performance test programs for Linux☆114Updated 6 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago