[Bug 14168] visual studio 2005 installer too slow, msi O(n^2) behavior?

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 9 05:30:07 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=14168





--- Comment #25 from Alexandre Julliard <julliard at winehq.org>  2009-12-09 05:30:07 ---
You shouldn't need to rebuild the index every time, once the initial index is
sorted you can insert new things at the right place. The only cost is a memmove
of the existing index data.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list