From 98402c37982816fe58d536ae354b45f1ff99d12d Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 7 Oct 2020 12:07:13 -0700 Subject: [PATCH] Update performance.md --- docs/performance.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/performance.md b/docs/performance.md index f7117976..c61fc7b0 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.