https://issues.dlang.org/show_bug.cgi?id=2496
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Hardware|x86 |All Resolution|--- |WONTFIX OS|Linux |All --- Comment #2 from Vladimir Panteleev <[email protected]> --- Chunk-wise compression has been in std.zlib from the beginning, so I guess thin issue is about adapting it to a certain common interface. std.stream is gone, though, so what would be today's solution? Range of bytes (grossly inefficient)? Range of ranges of bytes? I think IOPipe is the way forward here, and it already implements ZLib compression/decompression. Please reopen if you have a specific proposal. --
