r-lyeh-archived / ltalloc
LightweighT Almost Lock-Less Oriented for C++ programs memory allocator
☆166Updated 6 years ago
Alternatives and similar repositories for ltalloc:
Users that are interested in ltalloc are comparing it to the libraries listed below
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 4 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…☆153Updated 2 weeks ago
- Fast multi-threaded memory allocator☆78Updated 5 years ago
- A small C++ library to handle hashed strings serving as identifiers.☆186Updated 4 years ago
- Policy Based C++ Allocator Library☆123Updated 7 years ago
- A library for C++ reflection and introspection☆199Updated 7 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆162Updated 3 weeks ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- High performance multithreading toolkit for C++17☆46Updated last week
- "Deboostified" version of boost.context (coroutines), Plain and simple C API for context switching. Easy build on multiple platforms.☆90Updated 2 years ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C++☆89Updated 4 years ago
- A work in progress minimal C++ static reflection API and codegen tool.☆258Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- C++ version of Doug Lea's excellent malloc() implementation.☆150Updated 5 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated 3 weeks ago
- Debug heap useful for tracking down memory errors.☆183Updated 9 years ago
- RDESTL is library providing small subset of STL functionality, aimed at games development.☆105Updated 9 months ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- C++ Reflection using clang☆276Updated last year
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆98Updated 6 years ago
- Non-intrusive, high performance C++17 lightweight JSON de/serializer☆69Updated 5 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆254Updated 4 years ago
- a c++ header library that implements variant constexpr functions and types.☆85Updated 5 years ago
- A C++14 library to make it easier to work with parameter packs☆56Updated 5 years ago
- Fixed size function wrapper like std::function☆69Updated 8 years ago