[fpc-devel] Blackfin support
Marco van de Voort
marcov at stack.nl
Wed Jul 14 15:53:43 CEST 2010
In our previous episode, Hans-Peter Diettrich said:
>
> And Delphi (Windows!) users reported noticeable performance boosts
> (factor 3+), even if nobody ever came up with non-trivial example code,
> including fallbacks for restricted (32 bit) address space.
Yeah, and no wonder, most probably benchmarked against plain textfile I/O
with its default 128 byte buffer.
One can actually spice FPC/Delphi text I/O up quite nicely with settextbuf
to 8k (the last time I tested, in P4 3 GHz times, higher values didn't
really matter anymore)
The compiler however already has its own 64k buffering system.
More information about the fpc-devel
mailing list