Comment 6 for bug 1604029

Revision history for this message
Cris Dywan (kalikiana) wrote : Re: UCUnits::resolveResource takes up to 23% of CPU time when scrolling a long Unity8-dash Scope

Can we verify the following assertion? if you specify "foo.png" and rely on scaling, on disk it will have to be "foo@18.png" (replace 18 with any number(s)) and NEVER "foo.png". So why doesn't the lookup skip all the suffix search if the file "foo.png" exists verbatim?