[fpc-devel] Re: KOL for freepascal (was: Extend thelibrariespeople!)
Jonas Maebe
jonas at zeus.ugent.be
Tue Jun 7 15:43:22 CEST 2005
On 7 jun 2005, at 15:36, Peter Vreman wrote:
> It is even slow. Splitting it in 2 lines is faster since it removes the
> implicit string concattenation
>
> filewrite (filedescriptor,pchar(str)^,length(str));
> filewrite (filedescriptor,#13#10,2);
filewrite is not buffered, so I think the concatenation is in general
faster than two system calls.
Jonas
More information about the fpc-devel
mailing list