[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



Package: apt
Version: 1.5

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;


Reply to: