combinatorrent icon indicating copy to clipboard operation
combinatorrent copied to clipboard

Optimize Piece Manager requests

Open jlouis opened this issue 14 years ago • 0 comments

When we grab pieces from the Piece Manager, let it provide us with a pruned set of pieces we can ask with later. This way, we only need to consider pieces we already have once and we get a faster system. When doing this, only prune pieces which are done and checked.

Currently, this is not in the hot code path, so it is not that important to pull off yet.

jlouis avatar Apr 28 '10 14:04 jlouis