mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
* perf: lookup tables for faster torrent searching. tr_torrentFindFromId(), tr_torrentFindFromHashString(), and tr_torrentFindFromHash() are now O(log N) instead of O(N) where N is the number of torrents. * build: fix clang-tidy warning error: integer to pointer cast pessimizes optimization opportunities [performance-no-int-to-ptr,-warnings-as-errors] from TR_BAD_SYS_FILE which expands to INVALID_HANDLE_VALUE ((HANDLE)(LONG_PTR)-1) |
||
---|---|---|
.. | ||
gtest | ||
libtransmission | ||
CMakeLists.txt |