ricleite / lrmallocLinks
A lock-free malloc(3) implementation
☆19Updated last month
Alternatives and similar repositories for lrmalloc
Users that are interested in lrmalloc are comparing it to the libraries listed below
Sorting:
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Benchmarks for our memory allocator☆67Updated last year
- benchmarking positional population count☆15Updated last year
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆60Updated last year
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 4 years ago
- A C11 implementation of D. Vyukov MPSC queue☆29Updated last year
- portability macros for compiler and hardware micro operations☆36Updated last year
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆35Updated last year
- performance counters in C++☆22Updated last month
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years 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
- Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical☆46Updated 6 years ago
- String map implementation through Fast Succinct Trie☆21Updated 4 years ago
- CLI utilty to work out proper constants for vpternlogic instruction☆13Updated 2 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 7 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 9 months ago
- A simple replacement for std::unordered_map☆50Updated 11 months ago
- For details, see the blog post:☆32Updated last year
- ☆22Updated 8 months ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆44Updated last year
- ☆44Updated 4 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- Effective Memory Reclamation☆58Updated 5 years ago
- Library for lock-free locks☆82Updated 2 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year