mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-19 10:32:14 +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.