
20 May
2006
20 May
'06
7:53 a.m.
On 5/19/06, Olaf van der Spek <olafvdspek@gmail.com> wrote:
On 5/18/06, Slava, Alex <raf.devel@gmail.com> wrote: Could you include the low-level (and probably non-portable) _open, _read, etc calls in your benchmark? Ok. Such test has just been made, results are not very different from stdio implementation. System call overhead and data copying are killing performance. And I noticed you consider 0 byte files invalid. I think this exception should not be made and they should be considered valid. But what is possible to do with this file? Only resize() is valid operation.
-- Svyatoslav Trukhanov, Oleksii Ursulenko