Opened 14 years ago

Last modified 6 months ago

#258 new enhancement

z3 egg improvements

Reported by: Jim Ursetto Owned by: Jim Ursetto
Priority: minor Milestone: someday
Component: extensions Version:
Keywords: z3 Cc:
Estimated difficulty: medium

Description

z3 implements RFC1951 (deflate) and RFC1952 (gzip) but not RFC1950 (zlib), which is basically deflate + a header and adler32 checksum. zlib format is used by some applications in lieu of a raw deflate stream -- for example, git objects are stored in this format. The default python and ruby zlib compression functions read and write zlib format as well, relegating raw deflate to second class status. That's probably because this is the standard behavior of libz itself, but support seems warranted.

Also as in closed ticket #82, the interface should be improved to be more agnostic to input or output source, allowing any format to be read or written to a port or string. Backward compatibility should be retained where possible.

Change History (3)

comment:1 Changed 14 years ago by felix winkelmann

Milestone: 4.6.0
Version: 4.5.x

comment:2 Changed 7 years ago by sjamaan

Estimated difficulty: medium

comment:3 Changed 6 months ago by felix winkelmann

Milestone: someday
Note: See TracTickets for help on using tickets.