mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Copying with memcpy/std::copy is a lot faster than writing one byte at a time. And the behavior should be fully equivalent.
Copying with memcpy/std::copy is a lot faster than writing one byte at a time. And the behavior should be fully equivalent.