ITotalJustice / notorious_beeg

gba emulator written in c++23
https://notorious-beeg.netlify.app/
GNU General Public License v3.0
41 stars 4 forks source link

remove std::span from mem.hpp #83

Closed ITotalJustice closed 2 years ago

ITotalJustice commented 2 years ago

TODO: benchmark msvc, clang, gcc etc...

size differences (sdl2 preset build) // span: 457.3 KiB (468,240) // carray: 453.3 KiB (464,176)