Update performance.md

This commit is contained in:
Arseny Kapoulkine 2020-10-07 12:07:13 -07:00 committed by GitHub
parent 7480d62ba9
commit 98402c3798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -129,3 +129,7 @@ In addition to a fast allocator, all frequently used structures in Luau have bee
## Optimized garbage collector
> 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.