ned14 / nedmalloc
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.
☆403Updated 6 years ago
Alternatives and similar repositories for nedmalloc:
Users that are interested in nedmalloc are comparing it to the libraries listed below
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆242Updated 5 years ago
- Boost.org thread module☆207Updated last week
- Configurable C++ platform adapter☆559Updated 6 years ago
- C++11 libuv wrapper☆178Updated 5 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- C++ integer-to-string conversion benchmark☆340Updated 3 months ago
- LibU is a multiplatform utility library written in C, with APIs for handling memory allocation, networking and URI parsing, string manipu…☆448Updated 2 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- C++ library for executors☆503Updated 8 years ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- Tracey is a lightweight and simple C++ memory leak finder with no dependencies.☆231Updated 9 years ago
- Mordor is a high performance I/O library based on fibers.☆349Updated 7 years ago
- Embeddable C++ HTTP server☆161Updated 2 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 7 years ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆344Updated 6 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆419Updated 3 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆203Updated 2 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆436Updated 8 months ago
- Lock-free ring buffer (MPSC)☆460Updated 5 years ago
- A C++ await/yield emulation library for stackless coroutine☆336Updated last year
- Lightweight, Generic, Pure C++11 ThreadPool☆275Updated 7 years ago
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆184Updated 2 years ago
- Non bloated asynchronous logger☆223Updated last year
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆70Updated 4 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- Obsolete repo, please go to: https://github.com/electronicarts/EASTL☆504Updated 9 years ago
- Implementation of Win32 events for *nix platforms, built on top of pthreads.☆274Updated 2 years ago