mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Don't spell out two hundred. [ci skip]
This commit is contained in:
@@ -1487,9 +1487,9 @@
|
|||||||
* Shortcut fusion is an optimization to merge iteratee calls; this avoids
|
* Shortcut fusion is an optimization to merge iteratee calls; this avoids
|
||||||
* the creation of intermediate arrays and can greatly reduce the number of
|
* the creation of intermediate arrays and can greatly reduce the number of
|
||||||
* iteratee executions. Sections of a chain sequence qualify for shortcut
|
* iteratee executions. Sections of a chain sequence qualify for shortcut
|
||||||
* fusion if the section is applied to an array of at least two hundred
|
* fusion if the section is applied to an array of at least `200` elements
|
||||||
* elements and any iteratees accept only one argument. The heuristic for
|
* and any iteratees accept only one argument. The heuristic for whether a
|
||||||
* whether a section qualifies for shortcut fusion is subject to change.
|
* section qualifies for shortcut fusion is subject to change.
|
||||||
*
|
*
|
||||||
* 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