mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-07 08:52:36 +00:00
Significant performance hit when declaring on stack. C++ wants to initialize std::array or even raw array with element constructors, was resulting in ~7% CPU utilization, for a buffer that was immediately written over anyway.