[hackers] [flate] todo update || nsz

From: <hg_AT_suckless.org>
Date: Fri, 21 Aug 2009 13:50:14 +0000 (UTC)

changeset: 108:e519cc4f1716
user: nsz <nszabolcs_AT_gmail.com>
date: Tue Aug 18 21:02:18 2009 +0200
files: TODO
description:
todo update

diff -r 34f9ef09129b -r e519cc4f1716 TODO
--- a/TODO Tue Aug 18 19:55:00 2009 +0200
+++ b/TODO Tue Aug 18 21:02:18 2009 +0200
@@ -3,9 +3,9 @@
 man
 error message ?
 inflate assumes Flate* < 0
-_reset _free
+_init _reset _free ?
 _zlib _gzip _zip
-deflate, inflate exmplae -> flate_example
+deflate, inflate example -> flate_example
 test, benchmark:
         empty block
         all zero (rle)
@@ -15,7 +15,6 @@
 
 inflate
 -------
-error message
 init globals
 (rev lookup vs revinc)
 (test/optimize uncompressed block)
@@ -30,7 +29,6 @@
         hufflen: overlap arrays (parent+heap only)
 time opt:
         match loop unroll
- less branching in deflate_state (check avail > MinMatch once)
         bisect len/distbase -> lookup table
         rolling hash
 better compression:
@@ -39,7 +37,6 @@
         last block can be allowed to be larger
 code cleanups:
         bounds on the compressend size
- verify dstsize
         input from in+nin instead of src+srcend
         setting s->state..
         ushort vs int
Received on Fri Aug 21 2009 - 13:50:14 UTC

This archive was generated by hypermail 2.2.0 : Fri Aug 21 2009 - 14:00:12 UTC