From: <and...@am...> - 2003-10-03 01:00:03
|
> The best advice for improving IOStream performance is to only use C++ > I/O (don't mix it with C stdio I/O) and unsynchronise the C and C++ I/O > libs. Investigating this for my project, suspect that C++ locales may be a big performance hog. |