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

Nordlöw via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 10 15:20:52 PDT 2017


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

?


More information about the Digitalmars-d-learn mailing list