News

The Circular Dynamic Array is a versatile data structure implemented in C++ that provides dynamic resizing capabilities. This data structure is designed to be easily imported into other C++ projects ...
A short and sweet single header file C++ dynamic array and hashmap type done in a Plain Old Data style. I use this in a number of my own projects as a replacement for std::vector. These take a lot of ...