Heap allocation free version of C++11 std::function
☆60Oct 6, 2021Updated 4 years ago
Alternatives and similar repositories for Function
Users that are interested in Function are comparing it to the libraries listed below
Sorting:
- Reflection and serialization in C++☆11Jul 1, 2016Updated 9 years ago
- Fixed size function wrapper like std::function☆70May 1, 2016Updated 9 years ago
- ☆13Jan 30, 2017Updated 9 years ago
- Header only C++14 micro benchmark☆14Jan 4, 2016Updated 10 years ago
- A fast and compact modern C++ (header only) zip, bzip2 and brotli library☆25Oct 8, 2024Updated last year
- Foundations of symbol based programming☆30Nov 26, 2019Updated 6 years ago
- Attila is a tiny atlas texture-packer (tool)☆40Nov 17, 2018Updated 7 years ago
- generic stack-based container☆110Feb 23, 2018Updated 8 years ago
- Fast Point Overlap Test☆18Jun 17, 2018Updated 7 years ago
- C++ reflection framework (for fun)☆14Nov 16, 2014Updated 11 years ago
- Simple category-based logger generator for C/C++☆10Oct 23, 2016Updated 9 years ago
- C++ variant data type with on-the-fly conversion☆12May 15, 2025Updated 9 months ago
- Public Domain random number generators for C++☆16Apr 11, 2015Updated 10 years ago
- [Inactive] Public domain implementations of core RFC specifications for C++14.☆13Mar 9, 2015Updated 10 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Nov 1, 2021Updated 4 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆11Oct 1, 2018Updated 7 years ago
- The monospace fonts from the Google Fonts directory☆20Feb 16, 2025Updated last year
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Aug 15, 2022Updated 3 years ago
- Simple, single-file, nibble-based, adaptive rANS library with SSE2-accelerated modeling☆23Jan 23, 2019Updated 7 years ago
- Tiny format/mustache templating library (C++11)☆24Jul 16, 2016Updated 9 years ago
- Simple, quick'n dirty, pathtracer☆38Jul 21, 2021Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Jan 22, 2019Updated 7 years ago
- Pack unit 3D vectors (such as normal vectors) into integer type☆17May 21, 2016Updated 9 years ago
- A quadtree implementation in C99☆23Nov 20, 2014Updated 11 years ago
- A cross-platform game library in the public domain☆15Aug 12, 2019Updated 6 years ago
- Allows to write async code without callbacks using async/await/task! For C++ !☆29Nov 9, 2014Updated 11 years ago
- Public domain string formatting micro-library for C++, based on python-style format strings.☆34Aug 25, 2021Updated 4 years ago
- Single header library for creating image atlases.☆27Feb 5, 2022Updated 4 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31May 27, 2017Updated 8 years ago
- dump and replace shaders of any OpenGL or Vulkan application☆32May 24, 2018Updated 7 years ago
- glslScene provides an environment for testing and developing GLSL shader programs.☆16Dec 4, 2022Updated 3 years ago
- Simple and lightweight distributed parallel futures for python!☆14Sep 23, 2019Updated 6 years ago
- An implementation of Seqlock in C++11☆236Jul 29, 2024Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆39Nov 28, 2025Updated 3 months ago
- Fast dynamic cast in C++ for MSVC, outperforming the regular dynamic cast by up to 25 times