Discussion:
[KPhotoAlbum] One more small startup improvement...
Robert Krawitz
2018-10-17 01:17:04 UTC
Permalink
Changing the type of MD5Map from QMap to QHash gets about 3% startup
improvement on my system (10.7 sec user time vs. 11.05 or so). That's
small, but reliably reproducible.

Do you want me to push it to the mainline or just add it in with the
search stuff I'm doing?
--
Robert Krawitz <***@alum.mit.edu>

*** MIT Engineers A Proud Tradition http://mitathletics.com ***
Member of the League for Programming Freedom -- http://ProgFree.org
Project lead for Gutenprint -- http://gimp-print.sourceforge.net

"Linux doesn't dictate how I work, I dictate how Linux works."
--Eric Crampton
Johannes Zarl-Zierl
2018-10-17 07:15:10 UTC
Permalink
Hi,

Just push it to master right away...

Cheers,
Johannes
Post by Robert Krawitz
Changing the type of MD5Map from QMap to QHash gets about 3% startup
improvement on my system (10.7 sec user time vs. 11.05 or so). That's
small, but reliably reproducible.
Do you want me to push it to the mainline or just add it in with the
search stuff I'm doing?
Robert Krawitz
2018-10-17 12:41:18 UTC
Permalink
Post by Johannes Zarl-Zierl
Hi,
Just push it to master right away...
Fine, I'll do that along with the QT 5.6 code I found.
Post by Johannes Zarl-Zierl
Post by Robert Krawitz
Changing the type of MD5Map from QMap to QHash gets about 3% startup
improvement on my system (10.7 sec user time vs. 11.05 or so). That's
small, but reliably reproducible.
Do you want me to push it to the mainline or just add it in with the
search stuff I'm doing?
--
Robert Krawitz <***@alum.mit.edu>

*** MIT Engineers A Proud Tradition http://mitathletics.com ***
Member of the League for Programming Freedom -- http://ProgFree.org
Project lead for Gutenprint -- http://gimp-print.sourceforge.net

"Linux doesn't dictate how I work, I dictate how Linux works."
--Eric Crampton
Loading...