mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +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. |
||
---|---|---|
.. | ||
gtest | ||
libtransmission | ||
CMakeLists.txt |