ckcr4lyf / kiryuu

A highly performant HTTP bittorrent tracker (WIP)
Do What The F*ck You Want To Public License
13 stars 3 forks source link

Dont issue `DEL` if cache miss #46

Open ckcr4lyf opened 5 months ago

ckcr4lyf commented 5 months ago

From some naive tracing on rfc5746.mywaifu.best, we have an announce:

image

Though there was a cache miss, we still issue a DEL to invalidate (a nonexistent) cache. We can probably avoid this wasted command.

ckcr4lyf commented 5 months ago

Additionally: there may not be much value to SET cache for low popularity torrents (save memory).

TBD: What defines popularity