lbry-desktop/extras/lbryinc
infinite-persistence b4f24cabdb Optimize selectClaimIsMine
Frequently used; top in perf profile

Most of the time, you already have the claim object in the current context. `selectClaimIsMineForUri` will retrieve the claim again, which is wasteful, even if it is memoized (looking up the cache still takes time).

Break apart the logic and added the alternative `selectClaimIsMine` for faster lookup.
2021-12-28 16:12:29 -05:00
..
constants integrate all the things 2021-10-15 23:49:41 -04:00
redux Optimize selectClaimIsMine 2021-12-28 16:12:29 -05:00
util integrate all the things 2021-10-15 23:49:41 -04:00
index.js Optimize selectClaimIsMine 2021-12-28 16:12:29 -05:00
lbryio.js Revert "rm lbry.tv, rm lbryfirst, rm DOMAIN, etc" 2021-12-04 22:20:39 -05:00