greg7mdp / dlmallocLinks
C++ version of Doug Lea's excellent malloc() implementation.
☆154Updated 6 years ago
Alternatives and similar repositories for dlmalloc
Users that are interested in dlmalloc are comparing it to the libraries listed below
Sorting:
- Replaced by foonathan/lexy☆138Updated 5 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆172Updated 6 years ago
- A C++ pointer bump memory arena implementation☆94Updated 11 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 6 years ago
- C++17 library facilities for older compilers☆145Updated 5 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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- Reference Implementations of ISO C++ N3888☆42Updated 7 years ago
- Modern C++ generic header-only template library.☆105Updated 6 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆165Updated last month
- Header-only library providing unicode aware string support for C++☆110Updated 2 weeks ago
- A C++ smart-pointer with value-semantics 💎☆131Updated 6 years ago
- High performance multithreading toolkit for C++17☆47Updated 3 months ago
- a c++ header library that implements variant constexpr functions and types.☆85Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 5 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last month
- Portable C++ SIMD library☆171Updated 6 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 8 years ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- ☆50Updated 8 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- A tool for representing and concatenating strings without heap memory☆63Updated 5 years ago
- C++11 metaprogramming library☆112Updated 10 years ago
- C++17 immutable compile-time key value map☆50Updated 6 years ago
- Open multi-methods for C++11☆119Updated 8 years ago
- A prototype implementation of the executors proposal☆86Updated 6 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆74Updated 10 years ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆125Updated 3 years ago