qbittorrent / qBittorrent

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

Avoid redundant string length function calls #21861

Closed Chocobo1 closed 3 days ago

Chocobo1 commented 5 days ago

Also change helper function parameter to std::string_view as it is more generic and can handle more types (including view types).