ysmiles / allocator-cpp
A C++ customized allocator based on a simple memory pool
☆13Updated 7 years ago
Alternatives and similar repositories for allocator-cpp
Users that are interested in allocator-cpp are comparing it to the libraries listed below
Sorting:
- a lightweight SIMD vector, matrix and quaternion library☆32Updated 2 years ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆41Updated last year
- llvm::SmallVector stripped from dependencies.☆34Updated 5 years ago
- Visual Computing Library☆20Updated last month
- A modern C++-RAII utility library, based on the C++20 proposal☆11Updated 5 years ago
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 6 years ago
- A comparison of the GLM, CLM, and Eigen libraries for speed and ease of use.☆40Updated 4 months ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 3 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- C++ utilities for lexing and parsing of script languages and configuration files.☆11Updated 7 years ago
- Single-header C++ library for bit manipulation.☆23Updated 3 years ago
- A light-weight C++ profiling library☆31Updated 10 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- status-value - A class for status and optional value for C++11 and later, C++98 variant provided in a single-file header-only library☆16Updated 11 months ago
- Software implementation of any size ieee754 floating points☆53Updated 4 years ago
- Collection of proposals for c++☆26Updated 3 months ago
- Simple Cross Platform Audio Library☆12Updated 2 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 8 months ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- C++ Reflection & Serialization using Clang's LibTooling☆51Updated 4 years ago
- Light and self-contained implementation of C++17 parallel algorithms.☆34Updated 6 months ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆52Updated last month
- A simple replacement for std::unordered_map☆49Updated 9 months ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A unique_ptr implementation with small object optimization☆19Updated 8 months ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆16Updated last year
- a tool to count accesses to member variables in c++ programs☆75Updated 11 years ago