mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-27 05:33:52 +01:00
683c4e523f
We don't need to load the code into a vector and then construct a string over the data. We can just create a string with the necessary size ahead of time, and read the data directly into it, getting rid of an unnecessary heap allocation.