Contradiction between usage examples in README and Redux docs
Basic Usage examples https://github.com/reduxjs/reselect#basic-usage (selectSubtotal, selectTax) contradict guide in Redux docs https://redux.js.org/usage/deriving-data-selectors#balance-selector-usage
I think both should be updated to some middleground, explaining that memoization is good over heavy operations (e.g. iterating long lists), but is overhead for simple ones (e.g. small math calculations, iterating short lists).
Yeah, the README here is rather dated, but we've got a lot of other priorities and this really isn't on the list to update any time soon.
(Plus, there's always the issue with trying to show the basic techniques and mechanics, vs a "realistic" example that is more meaningful.)
This one has been resolved by #636.