-
Committer:
Stefan Schwarzburg
-
Date:
2012-06-13 11:15:10 UTC
-
Revision ID:
stefan.schwarzburg@googlemail.com-20120613111510-ytfoiqbij24z4kta
The modification shifts the loading time of the app-icons into the first software start.
At the first start of the software, a sprite map is created, which stores **all** icons in a single large file, and the appnames in another text file.
This increases the loading time (all values measured on my maschine) on the first start from 3.7sec to 4.5sec. But future calls will decrease the time to 0.2sec.
So we got a factor of 18 in speed!