Clarify shortcut fusion docs. [ci skip]

This commit is contained in:
Graeme Yeates
2015-06-22 20:55:45 -04:00
committed by jdalton
parent 7480e481fc
commit bc34d80949

View File

@@ -832,8 +832,9 @@
* called. * called.
* *
* Lazy evaluation allows several methods to support shortcut fusion. Shortcut * Lazy evaluation allows several methods to support shortcut fusion. Shortcut
* fusion is an optimization that merges iteratees to avoid creating intermediate * fusion is an optimization strategy which merge iteratee calls; this can help
* arrays and reduce the number of iteratee executions. * to avoid the creation of intermediate data structures and greatly reduce the
* number of iteratee executions.
* *
* Chaining is supported in custom builds as long as the `_#value` method is * Chaining is supported in custom builds as long as the `_#value` method is
* directly or indirectly included in the build. * directly or indirectly included in the build.