#876727 apt-1.5/methods/mirror.cc:299: performance issue

Package:
apt
Source:
apt
Description:
commandline package manager
Submitter:
David Binderman
Date:
2017-09-25 10:27:05 UTC
Severity:
minor
#876727#5
Date:
2017-09-25 10:16:47 UTC
From:
To:
apt-1.5/methods/mirror.cc:299]: (performance) Inefficient usage of string::find() in condition; string::compare() would be faster.

Source code is

      if (s.find("#") == 0)
         continue;