Improve script read logic
Stat the file before allocating buffer used for read rather than reallocating the buffer as needed. Improves performance (no reallocate/copy needed).
Loading
Please register or sign in to comment
Stat the file before allocating buffer used for read rather than reallocating the buffer as needed. Improves performance (no reallocate/copy needed).