commit 149525989f75fd818ea16ce42cf93242484323e5 parent 26be2b2afc87348070452fe1afe104a968892e15 Author: nsz <nszabolcs@gmail.com> Date: Wed, 22 Apr 2009 15:02:31 +0200 inflate_simplistic comment Diffstat:inflate_simplistic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --dropbox a/inflate_simplistic.c b/inflate_simplistic.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;