lbry-desktop/ui/component/commentCreate
infinite-persistence 0f68bad3eb
Optimize selectClaimIsMine
## Why
Frequently used; top in perf profile

## Changes
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-11-11 16:10:06 +08:00
..
emote-selector.jsx Stickers/emojis fall out / improvements (#220) 2021-11-05 15:31:51 -04:00
index.js Optimize selectClaimIsMine 2021-11-11 16:10:06 +08:00
sticker-selector.jsx Stickers/emojis fall out / improvements (#220) 2021-11-05 15:31:51 -04:00
view.jsx Use 'selectHasChannel' instead of the full 'selectMyChannelClaims' 2021-11-08 15:02:44 +08:00