04-20-04 05:35 PM
On Tue, 20 Apr 2004 16:44:50 +0300,
Alex Vinokur <alexvn@big.foot.com> wrote:
>
> I have tested than on Cygwin (Cygwin is a Linux-like environment for Windo
ws).
> Fo Cygwin a binary mode essentially improves performance.
>
That is expected considering that when reading a text file every occurence
of CRLF pairs must be replaced by a single \n character before representing
the data to the user program.
>
> I don't know if it is truth for "pure" UNIX (not on Windows).
>
In pure unix there is no difference between binary and text file and
therefore no proformance difference either.
Villy
[ Post a follow-up to this message ]
|