foonathan / memoryLinks
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
☆1,574Updated 6 months ago
Alternatives and similar repositories for memory
Users that are interested in memory are comparing it to the libraries listed below
Sorting:
- Yet Another Serialization☆767Updated 9 months ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,148Updated last week
- Your binary serialization library☆1,202Updated last month
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,446Updated 3 weeks ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,501Updated 4 months ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,631Updated last year
- C++ Benchmark Authoring Library/Framework☆859Updated last month
- Async++ concurrency framework for C++11☆1,414Updated last year
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,256Updated last year
- C++ compile-time enum to string, iteration, in a single header file