mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Update 2021-03-29-luau-recap-march-2021.md
This commit is contained in:
parent
7653eef722
commit
3003133408
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue