A lightweight, dependency-free library for binding Lua to C++
updated at Nov. 5, 2024, 2:56 p.m.
Polycode is a cross-platform framework for creative code.
updated at Nov. 5, 2024, 10:10 a.m.
An asynchronous web framework for C++ built on top of Qt
updated at Nov. 5, 2024, 12:18 a.m.
Lightweight, extremely high-performance JSON parser for C++11
updated at Nov. 5, 2024, 12:01 a.m.
A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context.
updated at Nov. 4, 2024, 2:41 a.m.
A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average. 20-24% speed increase in use-case testing.
updated at Nov. 4, 2024, 2:34 a.m.
An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
updated at Nov. 4, 2024, 2:20 a.m.