lodash: Optimize uniq and union, and inflate methods in the "Arrays" category. [jddalton]

Former-commit-id: b54d0bc2a77d1589d4b53b20a2f5ec175ab6c5cc
This commit is contained in:
John-David Dalton
2012-04-26 23:33:53 -04:00
parent adcc2dd8d2
commit 59c26957bb
4 changed files with 203 additions and 167 deletions

View File

@@ -38,7 +38,6 @@
'length',
'object',
'Math',
'methodName',
'prop',
'property',
'result',
@@ -50,8 +49,7 @@
'toString',
'true',
'undefined',
'value',
'values'
'value'
];
/** Used to minify `iterationFactory` option properties */
@@ -60,14 +58,12 @@
'array',
'beforeLoop',
'bottom',
'exits',
'exitsExp',
'exit',
'inLoop',
'init',
'iterate',
'loopExp',
'object',
'returns',
'top',
'useHas'
];