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

This commit is contained in:
Arseny Kapoulkine 2021-03-29 15:03:34 -07:00 committed by GitHub
parent 7653eef722
commit 3003133408
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,8 @@ Luau is our new language that you can read more about at [https://roblox.github.
## Performance improvements
* Significantly optimized non-variadic function calls, improving performance by up to 10% on call-heavy benchmarks
* Improve performance of math.clamp, math.sign and math.round by 2.3x, 2x and 1.6x respectively
* Improve performance of `math.clamp`, `math.sign` and `math.round` by 2.3x, 2x and 1.6x respectively
* Optimized `coroutine.resume` with ~10% gains on coroutine-heavy benchmarks
## Library changes