http://bugs.winehq.org/show_bug.cgi?id=14168
--- Comment #17 from Alexandre Julliard julliard@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.