We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf52f9 commit ed82a08Copy full SHA for ed82a08
blog/2024-10-01-local-variables.md
@@ -461,7 +461,7 @@ In one specific benchmark the scope increased by over 70%.
461
Notice that Boa is not the most performant engine yet.
462
There are probably other optimizations relating to variable storage that we have not implemented yet.
463
464
-You might have already picked up some practical tips to potentially improve to performance of your ECMAScript code.
+Hopefully, you might have already picked up some practical tips to potentially improve to performance of your ECMAScript code.
465
Here are our observations that might help performance:
466
467
- Avoid accessing variables across functions.
0 commit comments