mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-18 10:53:45 +01:00
Update 2021-03-29-luau-recap-march-2021.md
This commit is contained in:
parent
2b22827113
commit
83ad14c762
1 changed files with 3 additions and 8 deletions
|
@ -23,13 +23,8 @@ Luau is our new language that you can read more about at [https://roblox.github.
|
||||||
|
|
||||||
## Performance improvements
|
## Performance improvements
|
||||||
|
|
||||||
* Optimized `coroutine.resume`
|
* Significantly optimized non-variadic function calls, improving performance by up to 10% on call-heavy benchmarks
|
||||||
(a 10% speed-up in benchmarks)
|
* 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!)
|
|
||||||
|
|
||||||
## Library changes
|
## Library changes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue