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
- C++ interface to CPU affinity management☆30Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆53Updated 11 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 week
- A prototype implementation of the futures proposal☆11Updated 6 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Fixed size function wrapper like std::function☆69Updated 8 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆164Updated this week
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated last month
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 5 years ago
- A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)☆37Updated 8 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆22Updated 8 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆84Updated 9 years ago
- Lambda state machine is a state machine framework with an extremely simple UI☆16Updated 7 years ago
- ☆21Updated 6 years ago
- generic stack-based container☆105Updated 7 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 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
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 7 years ago
- ☆48Updated 7 years ago
- Boost.org multi_index module☆48Updated 2 weeks ago
- A single file C++11 header-only memory mapped file library.☆62Updated last year
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 10 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