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:
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Programatically obtain information about the pages backing a given memory region☆78Updated 3 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 4 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Benchmarks for our memory allocator☆65Updated last year
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- Test if AVX vector loads and stores are atomic☆30Updated 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
- LZSSE compression codec ported to SIMDe☆19Updated 5 years ago
- For details, see the blog post:☆32Updated last year
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆135Updated 5 years ago
- High performance multithreading toolkit for C++17☆47Updated 3 months ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆46Updated 4 years ago
- Collection of Agner Fog Software☆43Updated 7 years ago
- a tool to count accesses to member variables in c++ programs☆75Updated 11 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 6 months ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 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
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical☆45Updated 6 years ago
- Fast open addressing hash table☆41Updated last year
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- Heap allocation free version of C++11 std::function☆56Updated 3 years ago
- Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats☆28Updated 3 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆27Updated 10 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- benchmarking positional population count☆15Updated last year
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago