vincetse / allocatorLinks
A set of memory allocators for use with the C++ Standard Template Library
☆27Updated 2 years ago
Alternatives and similar repositories for allocator
Users that are interested in allocator are comparing it to the libraries listed below
Sorting:
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 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
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆148Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- A constexpr string, container and algorithm library for C++14/1Z.☆25Updated 8 years ago
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆50Updated 3 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
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆157Updated last month
- Implementation of hash_append proposal☆67Updated 8 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- Block level data synchronization library☆49Updated 6 years ago
- Warning suppression library (C++)☆83Updated 5 years ago
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- Readable and consistent C++ type introspection - Compiler Decipherer☆89Updated 6 years ago
- generic stack-based container☆108Updated 7 years ago
- Non bloated asynchronous logger☆222Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- Variadic templates and std::integer_sequence support library☆111Updated 6 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- Fast delegates implementation☆56Updated 3 years ago
- A C++ ringbuffer that always looks like a flat array☆82Updated 5 years ago