Richard Heck <[EMAIL PROTECTED]> writes: >>> >> URL: http://www.lyx.org/trac/changeset/24495 Log: Fix part of bug >>> >> 4775. We need to search here only when the user requests it, and >>> >> not try to do "search as you go". This is too slow, even on fast >>> >> machines, if you have more than a handful of entries.
A question : Richard, before disabling that did you try with a non-devel build? It is expected that --with-stdlib-debug gives horrible performance for such code. You can try to configure --with-buid-type=rel; If it is really slow, a profile would be helpful. JMarc