Comment 38 for bug 635223

Revision history for this message
Damjan Jovanovic (damjan-jov) wrote :

You could of course cache all .desktop files, build a suffix tree or suffix array data structure, and then use longest-prefix matching instead of stat()ing every possibility.