qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
28.54k stars 4k forks source link

Optimize conversion of time points from libtorrent to Qt clocks #21764

Closed glassez closed 2 weeks ago

glassez commented 3 weeks ago

Obtain current date time of Qt and libtorrent clocks only once for processing entire current libtorrent alerts bunch.

glassez commented 3 weeks ago

This is the first stage of optimizing tracker alerts processing. Investigating the facts related to recently reported performance issues, I found that one of the reasons for the UI lag is the processing of tracker alerts when the total number of tracker entries (aka torrents*trackers*NICs) is quite large.