awesome-hpp
awesome-hpp copied to clipboard
A curated list of awesome header-only C++ libraries
https://ryan.gulix.cl/fossil.cgi/cxxomfort/ * Name: cxxomfort * License: MIT The cxxomfort header-only library backports various C++ utilities from newer Standard versions to earlier ones, and provides a few supplements to missing or...
One more header-only lib to consider: https://github.com/emogenet/glquicktext/blob/main/glQuickText.h
This is C++11 memory allocator based on memory pools. It offers fast and efficient allocation of a large number of small-size objects. This library consists of one .hpp file and...
https://github.com/avaneev/lzav
https://github.com/avaneev/avir
vfspp is a C++ Virtual File System header-only library that allows manipulation of files from memory, zip archives, or native filesystems as if they were part of a single native...
A single header interface which could be used with other libraries for C-string manipulation at compile-time. Mainly useful for hiding/encrypting C-strings in a compiled binary, making it harder to inspect...