mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-09-24 20:56:43 +08:00
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.