mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Set LARGE_ARRAY_SIZE to 40.
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
PARTIAL_RIGHT_FLAG = 32;
|
PARTIAL_RIGHT_FLAG = 32;
|
||||||
|
|
||||||
/** Used as the size when optimizations are enabled for arrays */
|
/** Used as the size when optimizations are enabled for arrays */
|
||||||
var LARGE_ARRAY_SIZE = 75;
|
var LARGE_ARRAY_SIZE = 40;
|
||||||
|
|
||||||
/** Used as the max size of the `arrayPool` and `objectPool` */
|
/** Used as the max size of the `arrayPool` and `objectPool` */
|
||||||
var MAX_POOL_SIZE = 40;
|
var MAX_POOL_SIZE = 40;
|
||||||
|
|||||||
Reference in New Issue
Block a user