[Issue 2496] zlib stream class
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jul 5 14:17:50 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=2496
Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Hardware|x86 |All
Resolution|--- |WONTFIX
OS|Linux |All
--- Comment #2 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
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.
--
More information about the Digitalmars-d-bugs
mailing list