vincetse / allocatorLinks
A set of memory allocators for use with the C++ Standard Template Library
☆27Updated 2 months ago
Alternatives and similar repositories for allocator
Users that are interested in allocator are comparing it to the libraries listed below
Sorting:
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- Heap allocation free version of C++11 std::function☆59Updated 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…☆161Updated 5 months ago
- generic stack-based container☆110Updated 7 years ago
- Readable and consistent C++ type introspection - Compiler Decipherer☆88Updated 6 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- Fast delegates implementation☆56Updated 3 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 12 years ago
- Variadic templates and std::integer_sequence support library☆112Updated 9 months ago
- A simple replacement for std::unordered_map☆50Updated last year
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 10 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆111Updated last year
- Warning suppression library (C++)☆83Updated 5 years ago
- C++17 immutable compile-time key value map☆50Updated 6 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- ☆50Updated 8 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆146Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆183Updated 2 months ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- low-level library for minimizing the size of your types☆117Updated 6 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 5 months ago
- Non bloated asynchronous logger☆223Updated 2 years ago
- Boost.Coroutine2☆136Updated this week