mjansson / rpmalloc-benchmarkLinks
Benchmarks for our memory allocator
☆65Updated last year
Alternatives and similar repositories for rpmalloc-benchmark
Users that are interested in rpmalloc-benchmark are comparing it to the libraries listed below
Sorting:
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Test if AVX vector loads and stores are atomic☆30Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆60Updated last year
- ☆44Updated 4 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- portability macros for compiler and hardware micro operations☆36Updated 11 months ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- ☆21Updated 6 years ago
- Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical☆45Updated 6 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 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
- A collection of formatting benchmarks☆48Updated 4 months ago
- Comparing linear and binary searches☆41Updated 5 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated last year
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Portable Runtime System☆24Updated 8 years ago
- ☆107Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 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
- Volatile Persistent Memory Allocator☆25Updated 2 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 14 years ago
- SIMD (SSE) string functions☆102Updated 7 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆44Updated last year