Improving CSV parsing performance, Episode 2 (Was: Re: Speed of csvReader)

Jesse Phillips via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jan 23 22:07:41 PST 2016


On Sunday, 24 January 2016 at 01:57:11 UTC, H. S. Teoh wrote:
> - Ummm... make it ready for integration with std.csv maybe? ;-)
>
>
> T

My suggestion is to take the unittests used in std.csv and try to 
get your code working with them. As fastcsv limitations would 
prevent replacing the std.csv implementation the API may not need 
to match, but keeping close to the same would be best.


More information about the Digitalmars-d-learn mailing list