diff --git a/docs/performance.md b/docs/performance.md index f711797..c61fc7b 100644 --- a/docs/performance.md +++ b/docs/performance.md @@ -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.