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 5 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
- C++11 libuv wrapper☆178Updated 5 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆524Updated 7 years ago
- Configurable C++ platform adapter☆557Updated 6 years ago
- A hierarchical timer wheel, for implementing timed event queues☆209Updated 11 months ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆240Updated 4 years ago
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆280Updated 3 months ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆346Updated 6 years ago
- Boost.org thread module☆205Updated 2 months ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆417Updated 3 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆494Updated last year
- A minimal shared/unique_ptr implementation to handle cases where boost/std::shared/unique_ptr are not available.☆182Updated 2 years ago
- A C++ await/yield emulation library for stackless coroutine☆334Updated last year
- Various open addressing hashmap algorithms in C++☆256Updated 3 years ago
- Boost.Coroutine2☆130Updated 3 months ago
- C++ library for executors☆499Updated 8 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆201Updated 2 years ago
- Mordor is a high performance I/O library based on fibers.☆349Updated 7 years ago
- A STL allocator that mmaps files☆246Updated 3 years ago
- cpgf library☆222Updated 2 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- Use https://github.com/boostorg/boost☆145Updated 9 years ago
- Boost asio UDT implementation (stream over asio datagram socket, reliability over UDP)☆201Updated 6 years ago
- Nanomsg binding for C++11☆116Updated 3 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆328Updated 3 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆70Updated 4 years ago
- Provides a lightweight interpreter and factory for dynamically creating C++ objects at runtime.☆75Updated 3 years ago
- Embeddable C++ HTTP server☆161Updated 2 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆132Updated 4 years ago