GNOME Bugzilla – Bug 685278
Live search is pretty slow when groups are enabled
Last modified: 2012-10-02 13:22:25 UTC
Live searching in the roster can takes a while when groups are enabled. Without groups it's pretty fast so there is probably so optimization to do there.
Created attachment 225584 [details] [review] roster-view: add some delay before actually starting the live search This avoid stacking a bunch of useless searches while user is typing as we can't stop the old search before starting the new one.
We could do more optimisations (I'll feel bugs about this) but this simple patch already improved things a lot and is safe enough for 3.6.
Created attachment 225585 [details] [review] roster-view: add some delay before actually starting the live search This avoid stacking a bunch of useless searches while user is typing as we can't stop the old search before starting the new one.
Attachment 225585 [details] pushed as 35c4220 - roster-view: add some delay before actually starting the live search
See also bug #685281