vincetse / allocator
A set of memory allocators for use with the C++ Standard Template Library
☆27Updated last year
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☆81Updated 9 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Benchmarks for our memory allocator☆64Updated last year
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Fixed size function wrapper like std::function☆69Updated 9 years ago
- A simple replacement for std::unordered_map☆49Updated 9 months ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- ☆20Updated 11 months ago
- Container Traits for Modern C++☆29Updated 4 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated last month
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 2 months ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆41Updated 9 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 9 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated 11 months ago
- Fast delegates implementation☆56Updated 2 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- A constexpr string, container and algorithm library for C++14/1Z.☆25Updated 7 years ago
- Lambda state machine is a state machine framework with an extremely simple UI☆16Updated 7 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 6 years ago