John Levon <[EMAIL PROTECTED]> writes: | On Tue, Apr 01, 2003 at 08:10:16PM +0100, John Levon wrote: | | > And lyx -x lyx-quit UserGuide.lyx, 4 seconds or so. Remember that this | > doesn't include GUI stuff. | | And with sync_with_stdio(false). Seems to shave off about .2s, but the | results are variable.
Note that libcstd++ disted with gcc 3.2 does not have a very efficient implementation of stream and io, 3.3 and 3.4. will be a lot better so there sync_with_stdio(false) will really begin to matter. -- Lgb