updeep-remeda/lib
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
..
util Replace lodash curry with our own 2015-08-11 23:58:54 -07:00
freeze.js Rename obj to object 2015-08-05 00:31:10 -07:00
if.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00
ifElse.js Add u.ifElse 2015-08-05 23:10:16 -07:00
index.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00
is.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00
map.js Use lodash's forEach 2015-08-10 00:02:49 -07:00
omit.js Freeze objects returned by helper methods 2015-08-05 04:44:14 -07:00
reject.js Freeze objects returned by helper methods 2015-08-05 04:44:14 -07:00
update.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00
updateIn.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00
withDefault.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00
wrap.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00