An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmalloc. Optimised for x86 and x64. Compatible with C++. Can patch itself into existing binaries on Windows.
☆416Mar 14, 2019Updated 7 years ago
Alternatives and similar repositories for nedmalloc
Users that are interested in nedmalloc are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit f…☆275Sep 14, 2021Updated 4 years ago
- A GIT clone of uthash.sourceforge.net, a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any stru…☆37Oct 17, 2013Updated 12 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,217Mar 5, 2026Updated 2 weeks ago
- Small utility functions for handling utf8☆27Aug 6, 2019Updated 6 years ago
- A Super Fast Multithreaded malloc() for 64-bit Machines☆293Nov 15, 2019Updated 6 years ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,415Oct 26, 2025Updated 4 months ago
- A collection of memory allocators☆469Sep 13, 2025Updated 6 months ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆187May 7, 2013Updated 12 years ago
- Mirror of http://byuu.org/library/libco/☆62Mar 9, 2023Updated 3 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆162Jun 23, 2025Updated 9 months ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆172Mar 18, 2019Updated 7 years ago
- ☆10,707Mar 11, 2026Updated 2 weeks ago
- Main gperftools repository☆8,941Mar 8, 2026Updated 2 weeks ago
- A simple immutable ordered key/value storage system.☆15Mar 18, 2016Updated 10 years ago
- Simple binary arithmetic coder and a few models☆22Mar 14, 2015Updated 11 years ago
- Doug Lea's memory allocator☆286Nov 26, 2019Updated 6 years ago
- experiments in linux sandbox stuff☆27May 5, 2015Updated 10 years ago
- engine used in some nesnausk! demos☆22Oct 4, 2011Updated 14 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Jul 14, 2017Updated 8 years ago
- Intrusive data structures for C☆67Jun 9, 2017Updated 8 years ago
- Phase Fair and Standard Reader Writer Locks☆17Sep 16, 2019Updated 6 years ago
- quick c☆36Mar 19, 2022Updated 4 years ago
- Debug heap useful for tracking down memory errors.☆184Nov 9, 2015Updated 10 years ago
- Tone Mapper☆73Apr 8, 2025Updated 11 months ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Oct 21, 2009Updated 16 years ago
- Math vector library☆39Dec 26, 2025Updated 2 months ago
- 📶 A lock- and wait-free hashtable (and an array too)☆109Jan 21, 2026Updated 2 months ago
- first attempt for a common lisp argument parser☆17Dec 8, 2015Updated 10 years ago
- C utilities library : timer, base64, log, lock, buffered string, buffered array, basic CGI, XML parsers (SAX and DOM), XPath, ...☆30Jul 30, 2024Updated last year
- The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)☆3,427Mar 18, 2026Updated last week
- ☆66Jan 2, 2022Updated 4 years ago
- C portable low-level assemblies for parallelism and threading☆43Jul 19, 2010Updated 15 years ago
- Figuring out the cause of a handle downgrade☆24Dec 13, 2022Updated 3 years ago
- Spherical Harmonics library inspired by D3DX☆16Jan 23, 2012Updated 14 years ago
- A compact implementation of Dr. Askitis HatTrie☆80May 20, 2014Updated 11 years ago
- Cross-platform public domain foundation library in C providing basic support data types and functions to write applications and games in …☆314Dec 26, 2025Updated 2 months ago
- Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the …☆2,615Mar 16, 2026Updated last week
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,600May 29, 2025Updated 9 months ago
- C++ multi-purpose reflection library☆88Oct 18, 2020Updated 5 years ago