rce-incorporated / Fiu

Luau bytecode interpreter for Luau
MIT License
91 stars 18 forks source link

O(n) instead of O(n^2) string concactenation #54

Closed ccuser44 closed 4 weeks ago

ccuser44 commented 4 weeks ago

Ported my optimisation from FiOne #19

TLDR; concat function is always faster even with pcall (at least in Luau) https://github.com/Rerumu/FiOne/pull/19#issuecomment-2077599885