Optimize _.intersection, move largeSize default to largeArraySize, and cleanup _.where.

Former-commit-id: 9eaea7922623f1bd69f2b18578468a6fc9ba13fc
This commit is contained in:
John-David Dalton
2012-08-25 21:50:08 -07:00
parent 7adf5e763b
commit c02c2d3b2c
3 changed files with 20 additions and 15 deletions

View File

@@ -7,6 +7,8 @@
/** Used to minify variables embedded in compiled strings */
var compiledVars = [
'argsIndex',
'argsLength',
'callback',
'collection',
'concat',
@@ -36,8 +38,6 @@
// lesser used variables
'accumulator',
'args',
'argsIndex',
'argsLength',
'arrayLikeClasses',
'ArrayProto',
'bind',