Skip to content
  • Maks Orlovich's avatar
    Speed up first-time directory scan when tag editor is not visible by not updating it in this case · 130cb096
    Maks Orlovich authored
    (setting up an tearing down KCompletions is quite expensive); seems to give between 2x-4.25x speed up in my tests,
    depending a lot on the size of the collection and on GUI visibility. Hint: if you're importing a huge collection into
    JuK, close it into tray. Updating that GUI is a lot more expensive than scanning the files when there are thousands of items (due to some
    QListView stupidity), so you can get a huge speed up doing that.
    
    svn path=/trunk/kdemultimedia/juk/; revision=331347
    130cb096