FiguraMC / Figura

Extensively customize your character with Figura!
https://modrinth.com/mod/figura
GNU Lesser General Public License v2.1
225 stars 44 forks source link

Faster file reading #204

Closed 4P5 closed 3 months ago

4P5 commented 5 months ago

This PR speeds up file:readString() by using Guava's Files API instead of FiguraInputStream.

On my machine the old method takes ~1.5 seconds to read a 440 KB file, while the new method takes ~2 ms.