mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
* refactor: s/tr_torrentFiles/tr_torrentFileProgress Replace tr_torrentFiles() with a new function, tr_torrentFileProgress(). tr_torrentFiles() heap-allocated an array of progress structs. There is nothing intrinsic in tr_torrent making batch computation more efficient, so this PR replaces it with tr_torrentFileProgress(), a per-file variant that doesn't use the heap.
25 KiB
25 KiB