Re: Review Request: Use QDirIterator in KStandardDirs

2011-06-10 Thread Bernhard Beschow
> On June 9, 2011, 9:49 a.m., Aaron J. Seigo wrote: > > my biggest question with this change would be performance. QFileInfo is not > > fast, and to make matters "worse" this code in KStandardDirs influences > > start up speed. have you measured the performance after this change > > relative t

Re: Review Request: Use QDirIterator in KStandardDirs

2011-06-09 Thread Jarosław Staniek
> On June 9, 2011, 9:49 a.m., Aaron J. Seigo wrote: > > my biggest question with this change would be performance. QFileInfo is not > > fast, and to make matters "worse" this code in KStandardDirs influences > > start up speed. have you measured the performance after this change > > relative t

Re: Review Request: Use QDirIterator in KStandardDirs

2011-06-09 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101554/#review3799 --- my biggest question with this change would be performance. QFile

Review Request: Use QDirIterator in KStandardDirs

2011-06-09 Thread Bernhard Beschow
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101554/ --- Review request for kdelibs, kdewin and David Faure. Summary --- Incre