rakshasa / rtorrent

rTorrent BitTorrent client
https://github.com/rakshasa/rtorrent/wiki
GNU General Public License v2.0
4.05k stars 412 forks source link

Use regular iterators intead of bucket-local ones #1286

Open kannibalox opened 3 weeks ago

kannibalox commented 3 weeks ago

Trying to manually predict which bucket a hashed key will land in does not appear to be well-defined behavior.

Fixes #1285