Commit Graph

2 Commits (d2d0703ef1897ab5e7e20d129613abd245fe395b)

Author SHA1 Message Date
Aaron Jensen 3ce001a4f6 Replace lodash curry with our own
lodash's curry is great and does a lot, but we don't need it all. This
is quite a bit faster.

Currently, it does away with placeholder support.

updeep curry partial call x 9,951,410 ops/sec ±1.61% (62 runs sampled)
lodash curry partial call x 988,949 ops/sec ±1.36% (62 runs sampled)
2015-08-11 23:58:54 -07:00
Aaron Jensen 5c0855b9df Add u.is 2015-08-06 20:48:04 -07:00