Add note regarding performance impact of @data

This commit is contained in:
kpdecker
2013-08-29 23:25:20 -05:00
parent 7ec25f364a
commit 035449fe02
+2
View File
@@ -307,6 +307,8 @@ normal.
helpers for size and speed.
- When all helpers are known in advance the `--knownOnly` argument may be used
to optimize all block helper references.
- Implementations that do not use `@data` variables can improve performance of
iteration centric templates by specifying `{data: false}` in the compiler options.
Supported Environments
----------------------