mjansson / rpmalloc-benchmarkLinks
Benchmarks for our memory allocator
☆70Updated 2 years ago
Alternatives and similar repositories for rpmalloc-benchmark
Users that are interested in rpmalloc-benchmark are comparing it to the libraries listed below
Sorting:
- TLSF: two-level segregated fit O(1) allocator☆81Updated 3 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated 2 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆17Updated 11 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆139Updated 2 months 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
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- For details, see the blog post:☆34Updated 2 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated last year
- ☆112Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- LZ77/LZSS designed for SSE based decompression☆144Updated 6 years ago
- A fast implementation of log() and exp()☆55Updated 3 years ago
- Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical☆46Updated 6 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- Fast Hash Functions Using AES Intrinsics☆84Updated 6 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 6 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆52Updated 4 years ago
- ☆45Updated 5 years ago
- Mutexes that only use two bits. Either stored in a byte, or in the bottom bits of a pointer☆26Updated 3 years ago
- Test if AVX vector loads and stores are atomic☆35Updated 5 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆67Updated last month
- Vectorized version of the PCG random number generator☆84Updated 9 months ago
- ☆39Updated 4 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆49Updated 2 years ago
- C++ interface to CPU affinity management☆31Updated 7 years ago