mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-25 02:49:45 -04:00
We can avoid heap allocations here by just using a std::string_view instead of performing unnecessary copying of the string data.
We can avoid heap allocations here by just using a std::string_view instead of performing unnecessary copying of the string data.