lbry-desktop/extras
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
..
lbry-first integrate all the things 2021-10-15 23:49:41 -04:00
lbryinc Optimize selectClaimIsMine 2021-12-28 16:12:29 -05:00
recsys recsys import 2021-10-15 23:49:41 -04:00