ysmiles / allocator-cppLinks
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 light-weight C++ profiling library☆31Updated 10 years ago
- A comparison of the GLM, CLM, and Eigen libraries for speed and ease of use.☆40Updated 4 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- A collection of personal, single-header C and C++ libraries similar to the STB libraries. All avaliable in the public domain.☆13Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 3 months ago
- Ordering and sorting in constant low time☆10Updated 2 months ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆30Updated 4 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Lightweight C++ Profiler☆18Updated 7 years ago
- Single-header C++ library for bit manipulation.☆24Updated 3 years ago
- Slides of the Italian C++ Conference 2019☆23Updated 5 years ago
- C/C++ helpers☆23Updated 9 years ago
- a lightweight SIMD vector, matrix and quaternion library☆32Updated 2 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Visual Computing Library☆20Updated last month
- Software implementation of any size ieee754 floating points☆53Updated 4 years ago
- A clean implementation of reflection and related proposals.☆29Updated 7 years ago
- llvm::SmallVector stripped from dependencies.☆34Updated 5 years ago
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 6 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- An Efficient C++ Fixed Block Memory Allocator☆31Updated 3 months ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- Generic topological sorting for sorting a list of dependencies in C++17☆13Updated 6 years ago
- C++ utilities for lexing and parsing of script languages and configuration files.☆11Updated 7 years ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A scripting language built for speed in world where JavaScript runs on web servers☆11Updated 3 years ago
- Simple and Fast Multimedia Engine☆13Updated 7 years 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