New feature request: Swarm merging

Feature requests not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
someone
Posts: 3
Joined: Wed Mar 25, 2015 9:48 am

New feature request: Swarm merging

Post by someone »

As in Vuze 5.6.

http://wiki.vuze.com/w/Swarm_Merging
Vuze automatically detects when two or more of your incomplete downloads share one or more files of identical size and will attempt to merge the torrent swarms to download the file faster or, possibly, complete an existing file with bad availability.

If merging completes successfully you will be informed via a popup indicating how much data was transferred between the file clones - likewise, if it fails, a popup will indicate that the merging process has been abandoned.
Source code appears to be here...

https://svn.vuze.com/public/client/trun ... obal/impl/

GlobalManagerFileMerger.java
apistoletov
Posts: 7
Joined: Sun Dec 27, 2015 9:17 am

Re: New feature request: Swarm merging

Post by apistoletov »

This is only useful for torrents which contain duplicated files (across torrents), right?
Then it's a rare scenario, I think…
killemov
Posts: 535
Joined: Sat Jul 31, 2010 5:04 pm

Re: New feature request: Swarm merging

Post by killemov »

Well maybe not rare as you might think. Usually distributing sites add a signature file to a torrent making it a completely different torrent if identified by hash. The same thing happens when a torrent is repieced (same files, different piece size, so different hash) or reordered (same files, different order, so different hash). I would categorize this as a nice to have.
Post Reply