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/djhteyhpcnaskpabx...@forum.dlang.org?page=2See 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.