Update 2021-03-29-luau-recap-march-2021.md

This commit is contained in:
Arseny Kapoulkine 2021-03-29 14:59:24 -07:00 committed by GitHub
parent 2b22827113
commit 83ad14c762
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,13 +23,8 @@ Luau is our new language that you can read more about at [https://roblox.github.
## Performance improvements
* Optimized `coroutine.resume`
(a 10% speed-up in benchmarks)
* New implementation of string mutations, which mutates in place rather than copying if there's
only one copy of the string buffer (a 20% speedup)
* New `FASTCALL` specializations, optimizing common cases for methods such as `table.insert`
(a 40% speedup)
* Improved `table.move` performance (often 3x faster!)
* Significantly optimized non-variadic function calls, improving performance by up to 10% on call-heavy benchmarks
* Optimized `coroutine.resume` (a 10% speed-up in benchmarks)
## Library changes
@ -44,4 +39,4 @@ Luau now has a shiny new logo!
## Coming soon...
* Better treatment of cyclic requires
* [Anything else?]
* [Anything else?]