ObjFW  Check-in [d83d3aa719]

Overview
Comment:Add OFDeflateStream.

No compression support yet, only decompression.

Decompression speed is acceptable for productive use, but there is still
a lot of room for optimization as this is a very straightforward
implementation without much optimization.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d83d3aa71919a40257cbce2c7cda9cb285bdb458269f6beb2ff2bfb6171f4ab1
User & Date: js on 2013-10-10 13:18:35
Other Links: manifest | tags
Context
2013-10-10
13:36
OFZIPArchive: Add support for deflate. check-in: 53e46a8326 user: js tags: trunk
13:18
Add OFDeflateStream. check-in: d83d3aa719 user: js tags: trunk
02:26
OFStream: Add -[unreadFromBuffer:length:]. check-in: 138a7a1934 user: js tags: trunk
Changes