flate

deflate implementation
git clone git://git.suckless.org/flate
Log | Files | Refs | README

commit 149525989f75fd818ea16ce42cf93242484323e5
parent 26be2b2afc87348070452fe1afe104a968892e15
Author: nsz <nszabolcs@gmail.com>
Date:   Wed, 22 Apr 2009 15:02:31 +0200

inflate_simple comment
Diffstat:
inflate_simple.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inflate_simple.c b/inflate_simple.c @@ -1,4 +1,4 @@ -/* no input validation and bounds check */ +/* no input validation and bounds check, 2x to 3x slower than optimized code */ typedef unsigned char uchar; typedef unsigned short ushort;