AnnulusGames / Lua-CSharp

High performance Lua interpreter implemented in C# for .NET and Unity
MIT License
184 stars 8 forks source link

Optimize IO Library #37

Open AnnulusGames opened 1 month ago

AnnulusGames commented 1 month ago

The current IO library is very slow because it uses StreamReader and StreamWriter. This part needs to be optimized.