vincetse / allocatorLinks
A set of memory allocators for use with the C++ Standard Template Library
☆27Updated 4 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☆98Updated 7 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…☆166Updated this week
- 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☆86Updated 10 years ago
- A constexpr string, container and algorithm library for C++14/1Z.☆25Updated 8 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆60Updated 2 months ago
- generic stack-based container☆110Updated 7 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆172Updated 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
- Warning suppression library (C++)☆83Updated 5 years ago
- A C++ ringbuffer that always looks like a flat array☆84Updated 5 years ago
- Heap allocation free version of C++11 std::function☆60Updated 4 years ago
- C++17 immutable compile-time key value map☆50Updated 6 years ago
- Non bloated asynchronous logger☆222Updated 2 years ago
- A library of type traits for introspecting C++ function types☆32Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- C++ interface to CPU affinity management☆31Updated 7 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated last month
- A prototype implementation of the executors proposal☆86Updated 6 years ago
- Implementation of hash_append proposal☆67Updated 9 years ago
- low-level library for minimizing the size of your types☆118Updated 6 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆49Updated last year
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Updated last year
- ☆50Updated 8 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- a tool to count accesses to member variables in c++ programs☆79Updated 12 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
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago