Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
O(n) instead of O(n^2) string concactenation (#54)
Ported my optimisation from FiOne [#19](Rerumu/FiOne#19) TLDR; concat function is always faster even with pcall (at least in Luau) Rerumu/FiOne#19 (comment)
- Loading branch information