greg7mdp / dlmallocLinks
C++ version of Doug Lea's excellent malloc() implementation.
☆153Updated 6 years ago
Alternatives and similar repositories for dlmalloc
Users that are interested in dlmalloc are comparing it to the libraries listed below
Sorting:
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆170Updated 6 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆58Updated 6 years ago
- A C++ pointer bump memory arena implementation☆94Updated 11 years ago
- Replaced by foonathan/lexy☆138Updated 5 years ago
- C++17 immutable compile-time key value map☆50Updated 6 years ago
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- C++11 metaprogramming library☆112Updated 10 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆184Updated 12 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 8 years ago
- low-level library for minimizing the size of your types☆118Updated 6 years ago
- Use unused bits in your pointer☆46Updated 8 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
- Lightweight library of data structures implemented in C++11, designed for constant time insertion, erasure, lookup, and fastest possible …☆168Updated 6 years ago
- Header-only library providing unicode aware string support for C++☆109Updated 9 months ago
- C++17 library facilities for older compilers☆145Updated 5 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 weeks ago
- Fast integer to ascii / integer to string conversion☆239Updated 3 years ago
- A small C++ library to handle hashed strings serving as identifiers.☆191Updated 5 years ago
- Modern C++ generic header-only template library.☆105Updated 5 months ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆74Updated 10 years 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 2 weeks ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- a c++ header library that implements variant constexpr functions and types.☆85Updated 6 years ago
- High performance multithreading toolkit for C++17☆47Updated 2 months ago
- bad_alloc Behaving Badly☆76Updated 6 years ago
- Library of flat vector-like based associative containers☆76Updated 3 years ago
- A C++ smart-pointer with value-semantics 💎☆131Updated 6 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago