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

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

View file

@ -24,7 +24,7 @@ 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
* Optimized `coroutine.resume` (a 10% speed-up in benchmarks)
* Improve performance of math.clamp, math.sign and math.round by 2.3x, 2x and 1.6x respectively
## Library changes