lbry-desktop/static
jessopb a3398843c2
Optimize selectClaimIsMine (#7370)
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.

Co-authored-by: infinite-persistence <inf.persistence@gmail.com>
2021-12-31 12:52:26 -05:00
..
font/v1 updates font files with normalized line height versions 2020-04-23 10:47:06 -04:00
img Add favicon for Google Search results (#7205) 2021-10-01 08:09:02 -04:00
webworkers update webworkers 2019-11-25 11:40:19 -05:00
app-strings.json Optimize selectClaimIsMine (#7370) 2021-12-31 12:52:26 -05:00
index-electron.html Add direction 2020-07-29 17:54:10 -04:00
index-web.html Add favicon for Google Search results (#7205) 2021-10-01 08:09:02 -04:00
opensearch.xml Implement OpenSearch support 2020-08-12 13:35:49 -04:00
robots.txt robots.txt defaults to disallow 2020-10-12 23:33:29 -04:00