Closed evanwporter closed 3 months ago
Replaced const with constexpr for the class definitions, to allow compiler to define various things at compile time rather than runtime. This may have a small bump on performance, but either way it can't hurt.
Replaced const with constexpr for the class definitions, to allow compiler to define various things at compile time rather than runtime. This may have a small bump on performance, but either way it can't hurt.