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
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
|
||||
|
||||
* 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?]
|
||||
|
|
Loading…
Add table
Reference in a new issue