Begun / lockfree-mallocLinks
The world's first Web-scale memory allocator
☆108Updated 7 years ago
Alternatives and similar repositories for lockfree-malloc
Users that are interested in lockfree-malloc are comparing it to the libraries listed below
Sorting:
- C11 Lock-free Stack☆183Updated last year
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated 2 years ago
- Memory-mapped storage library☆76Updated 9 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated 2 months ago
- Our open source benchmarks and code samples☆192Updated last month
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 11 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Specialized memory allocators☆105Updated last month
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆275Updated 3 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- [deprecated] Data structures and sample applications using Mintomic☆93Updated 9 years ago
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 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
- Effective Memory Reclamation☆58Updated 5 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 9 years ago
- High performance utility library for C☆94Updated last month
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 8 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago