lodash: Optimize groupBy, union, and pick. [jddalton]

Former-commit-id: 5109fd3868751f34f5a54ebafdbd43fa26f96754
This commit is contained in:
John-David Dalton
2012-04-24 23:12:08 -04:00
parent f9358531ad
commit 774f159e67
3 changed files with 49 additions and 54 deletions

View File

@@ -5,7 +5,7 @@
/** The Node filesystem module */
var fs = require('fs');
/** Used to minify string values embedded in compiled strings */
/** Used to minify string literals embedded in compiled strings */
var compiledValues = [
'arrays',
'objects'
@@ -33,9 +33,11 @@
'initial',
'isArray',
'isEmpty',
'isFunc',
'length',
'object',
'Math',
'prop',
'property',
'result',
'slice',
@@ -83,7 +85,6 @@
'interpolate',
'isEqual',
'isFinite',
'lodash',
'setTimeout',
'templateSettings',
'toArray',