lbry-desktop/extras/lbryinc/redux/selectors
infinite-persistence 787ebd9588
Blacklist: use existing map instead of looping (#400)
We already have a pre-calculated map, but not used except for comments.

At the expense of pre-calculating it, the subsequent queries are instantaneous compared to the loop.

We are still not perfect in term of reducing re-renders, so this helps a lot.
2021-12-01 10:24:27 -05:00
..
auth.js Don't memoize selectors without transformation 2021-10-24 13:05:06 +08:00
ban.js Blacklist: use existing map instead of looping (#400) 2021-12-01 10:24:27 -05:00
blacklist.js Don't memoize selectors without transformation 2021-10-24 13:05:06 +08:00
cost_info.js Cost Info selector fixes 2021-11-19 16:01:25 +08:00
filtered.js Don't memoize selectors without transformation 2021-10-24 13:05:06 +08:00
homepage.js Don't memoize selectors without transformation 2021-10-24 13:05:06 +08:00
stats.js Fix memo: makeSelectViewCountForUri, makeSelectSubCountForUri 2021-11-16 08:15:24 +08:00
sync.js Don't memoize selectors without transformation 2021-10-24 13:05:06 +08:00