Commit Graph

2 Commits

Author SHA1 Message Date
ns6089
764ce03520
feat(tests): rework tests in numerous ways (#3059) 2024-08-22 16:48:24 -04:00
Cameron Gutman
d57c66fa9c
Eliminate a redundant alloc+copy of each frame (#2852)
* Eliminate a redundant alloc+copy for each frame

* Replace std::copy_n() with std::memcpy() for better code generation
2024-07-14 12:23:19 -05:00