mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-08-10 06:36:47 +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.