vimpunk / cratetorrent

A BitTorrent V1 engine library for Rust (and currently Linux)
468 stars 35 forks source link

Optimize piece picker #84

Open vimpunk opened 3 years ago

vimpunk commented 3 years ago

It was intentionally kept simple to push for mvp. Afterwards, it would be a candidate for optimization.

Possible ideas: https://blog.libtorrent.org/2011/11/writing-a-fast-piece-picker/