cleeus / obstack
A C++ pointer bump memory arena implementation
☆93Updated 10 years ago
Alternatives and similar repositories for obstack:
Users that are interested in obstack are comparing it to the libraries listed below
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 6 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆151Updated 5 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- The world's first Web-scale memory allocator☆106Updated 6 years ago
- Boost.Coroutine☆83Updated last week
- A persistent hash array-mapped trie for C++☆91Updated last year
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- Visualization tool for Templight C++ template debugger traces☆89Updated 6 years ago
- Policy Based C++ Allocator Library☆123Updated 7 years ago
- A C++ micro-benchmarking framework☆95Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 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
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆122Updated 3 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- Fast, efficient string interning☆98Updated 7 years ago
- C++11 metaprogramming library☆113Updated 9 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆167Updated 2 weeks ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆254Updated 5 years ago
- The missing C++ tuple functionality☆84Updated 5 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- bad_alloc Behaving Badly☆74Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- Coroutines in C☆120Updated 10 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆47Updated 9 years ago