[TSVN] File writing performance
From: Will Dean <svn_at_indcomp.co.uk>
Date: 2005-06-30 12:04:04 CEST
Hi all,
There was a little bit of discussion the other day about file writing
Because this came up again in something I was doing for work, I've just
Timing this:
FILE* pOutFile = fopen("csfile", "wb");
against this:
HANDLE outFile = CreateFile("w32file", GENERIC_WRITE, 0, NULL,
Both these write an identical 4000000 byte file.
C Stream time: 41ms
I would be interested if other people found these typical - I have attached
Or is there something suspect in my methodology?
Cheers,
Will
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.