rgheck wrote:
Jean-Marc Lasgouttes wrote: > 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. > > The report was from a user, and I've noticed this myself before. Part of the problem, as I said elsewhere to Abdel, is that I, for example, have lots of abstracts, etc, in my bibfiles, and these all get searched, too, which makes them very large. Anyway, you'll see that I've just added an option to "search as you go", instead of hitting enter, so you can still do it that way if you like.
One additional comment though: maybe we should exclude the abstract from the searched fields?
Abdel.