aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-15 22:25:58 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-15 22:25:58 -0500
commite071a1646746b74cde65d370bc30153b629796cc (patch)
tree640bfee8af872c844ceb6a5ee262377d6e6cb389
parentd8a3a45c0e7db4fb2403198fccd9358585cc6741 (diff)
Note about performance
-rw-r--r--docs/try.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/try.html b/docs/try.html
index f85ce4bc..6931072b 100644
--- a/docs/try.html
+++ b/docs/try.html
@@ -32,7 +32,8 @@
<ul>
<li>You can type special characters with a back<em>slash</em> prefix, as shown by hovering over the character bar above. Documentation links for primitives are <a href="doc/primitive.html">here</a>.</li>
<li>Any modifier with enter will execute (not just shift).</li>
- <li>Support for function headers and multiple bodies is missing. Fill elements aren't tracked: instead 0 is always used. Performance is bad.</li>
+ <li>Support for function headers and multiple bodies is missing. Fill elements aren't tracked: instead 0 is always used.</li>
+ <li>It's slow, but not <em>that</em> slow: usually most of the time is spent compiling your code, and sometimes from formatting the output. Chrome is faster than Firefox here, and speeds up over a few runs as JIT compilation kicks in.</li>
</ul>
</p>