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.

Reply via email to