Commit Graph

6 Commits (eaeb5985acf50d198a72a14fd783de77cc9227d8)

Author SHA1 Message Date
Aaron Jensen dcee2038b6
Format code with prettier 2017-04-18 17:55:46 -07:00
Aaron Jensen 2dfa674124 Add support for wildcards to u.updateIn
Fixes #27
2015-09-11 22:48:10 -07:00
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 333ca47cfd Rename u.in to u.updateIn
With u.if and u.is, it was too confusing. Originally I thought that because
u stood for update, it would make sense, but as I add more functions,
I think that was wrong.
2015-08-06 20:52:06 -07:00
Aaron Jensen 750200df76 Add u.if 2015-08-04 23:57:01 -07:00
Aaron Jensen 2ae6f0a113 Add u.in and rework readme 2015-08-04 22:28:31 -07:00