coconut2015 / cookmem
A C++ memory context
☆11Updated 3 years ago
Alternatives and similar repositories for cookmem
Users that are interested in cookmem are comparing it to the libraries listed below
Sorting:
- `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
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- A cleaner rewrite of the meow hash by Casey Muratori, utilizing modern C++ features☆40Updated 6 years ago
- Foundations of symbol based programming☆30Updated 5 years ago
- C++ reflection framework (for fun)☆14Updated 10 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Adobe's C++ Performance Benchmarks for modern compilers (and build systems)☆12Updated 5 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- Multiple Producers / Multiple Consumers Message Passing Pool☆19Updated 10 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 6 years ago
- Reference counted synchronized pointer.☆14Updated 7 years ago
- Very fast backtraces resolver☆33Updated 6 years ago
- A light-weight C++ profiling library☆31Updated 10 years ago
- Generic 2D graphics library for C++14☆28Updated 3 months ago
- A collection of data structures and utilities (C++11)☆22Updated 5 years ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated 11 months ago
- C++ library for type introspection, reflection, and scripting interface☆28Updated last year
- typesafe tagged union with "don't call us, we'll call you" feature☆16Updated 9 years ago
- C++ header-only data reflection/introspection☆9Updated 3 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- polymorphism with value semantics (based on std::variant)☆12Updated 8 years ago
- Simple Reference Implementations of all the features added in C++11/14/17☆21Updated 7 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆19Updated 10 years ago
- Automatically select the smallest integer type that can contain a given range at compile time☆20Updated 8 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- C++ Memory allocator for packet queues that free() in roughly the same order that they alloc().☆16Updated 7 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago