Improving CSV parsing performance, Episode 2 (Was: Re: Speed of csvReader)
bachmeier via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Jan 26 04:01:59 PST 2016
On Tuesday, 26 January 2016 at 06:27:49 UTC, H. S. Teoh wrote:
> My thought is to integrate the fastcsv code into std.csv, such
> that the current std.csv code will serve as fallback in the
> cases where fastcsv's limitations would prevent it from being
> used, with fastcsv being chosen where possible.
Wouldn't it be simpler to add a new function? Otherwise you'll
end up with very different performance for almost the same data.
More information about the Digitalmars-d-learn
mailing list