foonathan / memory
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
☆1,506Updated 5 months ago
Alternatives and similar repositories for memory:
Users that are interested in memory are comparing it to the libraries listed below
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆1,902Updated this week
- Async++ concurrency framework for C++11☆1,368Updated 3 months ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,470Updated 3 months ago
- Zero overhead utilities for preventing bugs at compile time☆1,551Updated 4 months ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,356Updated this week
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,357Updated last week
- C++ compile-time enum to string, iteration, in a single header file☆1,710Updated 11 months ago
- C++11/14/17 std::expected with functional-style extensions☆1,568Updated last year
- Yet Another Serialization☆736Updated 9 months ago
- C++14 lock-free queue.☆1,571Updated last month
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,120Updated 3 months ago
- Your binary serialization library☆1,101Updated 5 months ago
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,432Updated 5 months ago
- Unified Executors☆1,519Updated last week
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,224Updated 10 months ago
- Runtime polymorphism done right☆988Updated 3 years ago
- gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later☆910Updated 2 months ago
- A header-only C++ library for task concurrency