Skip to content
Commit ec5c3703 authored by David Faure's avatar David Faure
Browse files

SearchDialog: improve performance by caching collection full paths.

Finding out the full path is a very slow operation because we must locate
the index of the collection in the big ETM, and this was done very often
since it's the sort column. No precise measurements, but gut feeling, for
displaying 3000 search results, is that it went from 30 seconds to 3.
parent 0054d4e8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment