vincetse / allocatorLinks
A set of memory allocators for use with the C++ Standard Template Library
☆27Updated 3 weeks ago
Alternatives and similar repositories for allocator
Users that are interested in allocator are comparing it to the libraries listed below
Sorting:
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- 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
- Heap allocation free version of C++11 std::function☆57Updated 4 years ago
- Implementation of hash_append proposal☆67Updated 8 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
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆158Updated 3 months ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 9 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Block level data synchronization library☆49Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- Fixed size function wrapper like std::function☆70Updated 9 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆181Updated 12 years ago
- Warning suppression library (C++)☆83Updated 5 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- A constexpr string, container and algorithm library for C++14/1Z.☆25Updated 8 years ago
- C++ micro benchmark library☆97Updated 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
- Variadic templates and std::integer_sequence support library☆111Updated 7 months ago
- A simple replacement for std::unordered_map☆50Updated last year
- Fast and simple C++ serializer☆35Updated 3 years ago
- Non bloated asynchronous logger☆223Updated 2 years ago
- Fixed Point Arithmetic C++14 Library☆112Updated 7 years ago
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- generic stack-based container☆109Updated 7 years ago