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

?

Reply via email to