getting started with std.csv

John Colvin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Apr 7 03:47:12 PDT 2015


On Tuesday, 7 April 2015 at 09:44:11 UTC, gjansen wrote:
> Many thanks for the feedback yazd! I've tested the approach 
> with a large csv file and it works fine. Unfortunately 
> csvReader seems very convenient but it is no speed daemon. To 
> my dismay it was much slower (about 4x) than a simple approach 
> I am using in Python, which is essentially equivalent to 
> chomp(line).split(','). I guess I'll have to keep studying and 
> learning. Thx again.

What compiler are you using? What compilation flags?


More information about the Digitalmars-d-learn mailing list