Processing a gzipped csv-file by line-by-line

Nicholas Wilson via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 10 16:17:44 PDT 2017


On Wednesday, 10 May 2017 at 22:20:52 UTC, Nordlöw wrote:
> What's fastest way to on-the-fly-decompress and process a 
> gzipped csv-fil line by line?
>
> Is it possible to combine
>
> http://dlang.org/phobos/std_zlib.html
>
> with some stream variant of
>
> File(path).byLineFast
>
> ?

I suggest you take a look at Steven's iopipe (also watch his 
Dconf presentation). should be very simple.


More information about the Digitalmars-d-learn mailing list