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☆77Updated 3 years ago
- Test if AVX vector loads and stores are atomic☆30Updated 4 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Benchmarks for our memory allocator☆65Updated last year
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆134Updated 5 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- P1160 Add Test Polymorphic Memory Resource To Standard Library☆37Updated 8 months ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆56Updated 2 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆129Updated 2 years ago
- a tool to count accesses to member variables in c++ programs☆75Updated 11 years ago
- A collection of formatting benchmarks☆47Updated 4 months ago
- Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical☆45Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Interchangeable AoS and SoA containers☆24Updated 2 years ago
- Generic SIMD intrinsic to allow for portable SIMD intrinsic programming☆42Updated 11 years ago
- Fast open addressing hash table☆41Updated last year
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- SIMD sorting network generator and very basic tester☆16Updated 3 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆45Updated 4 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 Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Allocation benchmarks☆30Updated 8 years ago