From 8da24ed2d8820f1e4adea4e3d5852a8319ca7c09 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 29 Mar 2021 15:18:08 -0700 Subject: [PATCH] Update 2021-03-29-luau-recap-march-2021.md --- docs/_posts/2021-03-29-luau-recap-march-2021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2021-03-29-luau-recap-march-2021.md b/docs/_posts/2021-03-29-luau-recap-march-2021.md index 4af3b4a2..d96faa4b 100644 --- a/docs/_posts/2021-03-29-luau-recap-march-2021.md +++ b/docs/_posts/2021-03-29-luau-recap-march-2021.md @@ -29,7 +29,7 @@ We are continuing to squeeze the performance out of all sorts of possible code; * Improve performance of `math.clamp`, `math.sign` and `math.round` by 2.3x, 2x and 1.6x respectively * Optimized `coroutine.resume` with ~10% gains on coroutine-heavy benchmarks -Note that we work off a set of benchmarks that we consider representative of the wide gamut of code that runs on Luau. If you have code that you think we could be running faster, never hesitate to open a feature request / bug report on Roblox Developer Forum! +Note that we work off a set of benchmarks that we consider representative of the wide gamut of code that runs on Luau. If you have code that you think should be running faster, never hesitate to open a feature request / bug report on Roblox Developer Forum! ## Library changes