mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-05 19:09:11 +00:00
Update performance.md
This commit is contained in:
parent
7480d62ba9
commit
98402c3798
1 changed files with 4 additions and 0 deletions
|
@ -129,3 +129,7 @@ In addition to a fast allocator, all frequently used structures in Luau have bee
|
||||||
## Optimized garbage collector
|
## Optimized garbage collector
|
||||||
|
|
||||||
> Note: our garbage collector optimizations are still in progress, so this section doesn't document them.
|
> Note: our garbage collector optimizations are still in progress, so this section doesn't document them.
|
||||||
|
|
||||||
|
## Fast binding interface
|
||||||
|
|
||||||
|
> Note: our optimizations of binding interface are still in progress, so this section doesn't document them.
|
||||||
|
|
Loading…
Reference in a new issue