How to read fastly files ( I/O operation)
Brad Roberts
braddr at slice-2.puremagic.com
Mon Feb 4 17:12:33 PST 2013
On Mon, 4 Feb 2013, monarch_dodra wrote:
> AFAIK, he is reading text data that needs to be parsed line by line, so
> byChunk may not be the best approach. Or at least, not the easiest approach.
>
> I'm just wondering if maybe the reason the D code is slow is not just because
> of:
> - unicode.
> - front + popFront.
First rule of performance analysis.. don't guess, measure.
More information about the Digitalmars-d-learn
mailing list