anacrolix / torrent

Full-featured BitTorrent client package and utilities
Mozilla Public License 2.0
5.51k stars 622 forks source link

downloader: speedup "--downloader.verify" mode #835

Closed AskAlexSharov closed 1 year ago

AskAlexSharov commented 1 year ago

deduplicate logic create more producer goroutines (torrent lib does limiting internally amount of consumers/disk-readers/hashers by 2, and it's enough because we can verify multiple files in parallel) move flag from "downloader torrent_hashes --verify" to "downloader --verify"

AskAlexSharov commented 1 year ago

oops. wrong repo.