[Zlib-devel] Plans for zlib 1.2.5

Vincent Torri vtorri at univ-evry.fr
Wed Feb 24 01:29:16 EST 2010



On Sun, 21 Feb 2010, Mark Adler wrote:

> zlibbers,
>
> As 1.2.4 is (hopefully) close to going out the door, my plans for 1.2.5 (or maybe it will be called 1.3.0) are:
>
> 1.  Add rsyncable option to periodically flush as a function of the input data for faster updating of large compressed files with rsync.
>
> 2.  Add parallel processor support for compression.
>
> 3.  Add optional compressed stream indexing to make gzseek() useful in the reverse direction when reading.
>
> Any other suggestions?

cosmetic changes: putting code for the library in some directory, code for 
binaries in another, etc...

Iirc, i have proposed that structure:

  doc/          documentation
  src/
    bin/        binaries code
    include/    header files
    lib/        library code
    test/       unit tests

for example.

Vincent Torri




More information about the Zlib-devel mailing list