miloskalicanin / Slab-allocatorLinks
C++ implementation of slab and buddy memory allocator for kernel objects
☆11Updated 8 years ago
Alternatives and similar repositories for Slab-allocator
Users that are interested in Slab-allocator are comparing it to the libraries listed below
Sorting:
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆71Updated last year
- ☆44Updated 4 years ago
- network library based on io_uring and C++20 coroutine☆104Updated 5 years ago
- Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical☆46Updated 6 years ago
- My own implementation of C++'s smart pointers☆37Updated 5 years ago
- Header-only skip list library for modern C++ (C++17/C++20)☆14Updated 3 years ago
- Benchmarks for locking algorithms as well as implementations of locking algorithms.☆24Updated 7 years ago
- A benchmark for cache efficient data structures.☆30Updated 6 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago
- Intuitive & Powerful C++20 consteval metaprogramming library(via value).☆48Updated 3 years ago
- fast prime sieve and hash algorithm☆38Updated last month
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆60Updated last year
- Scheduling examples using C++20 coroutines☆26Updated 2 years ago
- ☆9Updated 11 years ago
- Lock-free concurrent work stealing deque in C++☆40Updated 7 years ago
- C++ interfaces for RDMA access☆77Updated last week
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆41Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- A C++ 14 implementation of graph data structures☆34Updated 8 years ago
- a highly cache-friendly hash table☆46Updated 3 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Library for lock-free locks☆82Updated 2 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Effective Memory Reclamation☆58Updated 5 years ago
- Repository with examples for the C++20 Coroutines video and article.☆29Updated last year
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 years ago