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:
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆85Updated 10 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆170Updated 6 years ago
- C++ interface to CPU affinity management☆31Updated 7 years ago
- generic stack-based container☆110Updated 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…☆165Updated 3 weeks ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 2 months ago
- Non bloated asynchronous logger☆222Updated 2 years ago
- Portable C++ SIMD library☆171Updated 6 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆70Updated 10 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- 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 prototype implementation of the executors proposal☆86Updated 6 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- Boost.Coroutine2☆136Updated last month
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 12 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago
- C++ serializers benchmark with realistic data☆127Updated 3 years ago
- Implementation of hash_append proposal☆67Updated 9 years ago
- A disruptor thread-synchronisation data structure for C++11.☆149Updated 2 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆119Updated 7 years ago
- Variadic templates and std::integer_sequence support library☆112Updated 11 months ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆125Updated 3 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 10 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 6 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago