From 2d07039efdee281fcc224149b1ecceead920a795 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 12 Jun 2020 02:31:33 -0700 Subject: [PATCH] docs: Amend goals --- docs/performance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/performance.md b/docs/performance.md index 0ad4625..77a2f99 100644 --- a/docs/performance.md +++ b/docs/performance.md @@ -2,8 +2,8 @@ One of main goals of Luau is to enable high performance code, with gameplay code being the main use case. This can be viewed as two separate goals: -- Make idiomatic code that is often written faster -- Enable even more high performance code through careful tuning +- Make idiomatic code that wasn't tuned faster +- Enable even higher performance through careful tuning Both of these goals are important - it's insufficient to just focus on the highly tuned code, and all things being equal we prefer to raise all boats by implementing general optimizations. However, in some cases it's important to be aware of optimizations that Luau does and doesn't do.