mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Clarify shortcut fusion docs. [ci skip]
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user