[Bug 14168] visual studio 2005 installer appears to lock up because of poor performance

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Dec 1 06:29:57 CST 2009


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





--- Comment #17 from Alexandre Julliard <julliard at winehq.org>  2009-12-01 06:29:56 ---
I don't think it makes sense to do micro-optimizations to the string
comparison. This clearly needs another algorithm to avoid O(n^2) behavior, for
instance by sorting the string table beforehand.

-- 
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