Reading bzipped files
monty via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon May 4 13:53:26 PDT 2015
On Sunday, 3 May 2015 at 14:37:32 UTC, Per Nordlöw wrote:
> On Saturday, 2 May 2015 at 20:37:44 UTC, tom wrote:
>> i use Stephan Schiffels code from
>> http://forum.dlang.org/thread/djhteyhpcnaskpabxijj@forum.dlang.org?page=2
>
> See polished version at:
>
> https://github.com/nordlow/justd/blob/master/zio.d
cool. btw (at least GzipByLine) its sloooow if you compare it to
gzcat and pipe it into stdin and use ByLineFast.
i think its mainly the buffer appending that suboptimal.
More information about the Digitalmars-d-learn
mailing list