mirror of
https://github.com/hyprwm/hyprutils.git
synced 2026-04-11 02:10:36 +02:00
while profiling vector showed up as a marginal waster because it wasnt a trivial class, a few if(m_someVector != Vector()) was causing a lot of churn because of not being trivial and doing a lot of allocaitons and destructions. make it trivial by defaulting constructor, and destructor, and while we are at it make it constexpr friendly on constructors and operators. |
||
|---|---|---|
| .. | ||
| hyprutils | ||