ennorehling / dlmallocLinks
Doug Lea's memory allocator
☆268Updated 5 years ago
Alternatives and similar repositories for dlmalloc
Users that are interested in dlmalloc are comparing it to the libraries listed below
Sorting:
- A collection of memory allocators☆456Updated 12 years ago
- ☆336Updated this week
- Debug Malloc memory allocation debugging C library☆169Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆407Updated 6 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆239Updated 8 years ago
- Suite for benchmarking malloc implementations.☆448Updated this week
- Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012☆628Updated last year
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- C11 Lock-free Stack☆183Updated last year
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- High performance C implementation of AVL trees☆104Updated 6 years ago
- Lock-free ring buffer (MPSC)☆462Updated 5 years ago
- The fastest JSON parser written in pure C☆153Updated 4 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- A C library that may be linked into a C/C++ program to produce symbolic backtraces☆1,092Updated 3 months ago
- A single header buddy memory allocator for C & C++☆193Updated 3 weeks ago
- A lightweight conservative garbage collector for C/C++☆123Updated 6 years ago
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- Coroutines for C.☆76Updated 8 years ago
- #️⃣ single header hashmap implementation for C and C++☆434Updated 2 weeks ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- Small, portable implementation of the C11 threads API☆987Updated last year
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆123Updated 3 years ago
- Mirror of Apache C++ Standard Library☆64Updated 6 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆206Updated 2 years ago
- Small but fast C compiler. Supports ANSI C, most of the new ISO C99 standard, and many GNUC extensions, including inline assembly.☆395Updated 10 years ago