micropython/lib/uzlib
Jim Mussared 0900976384 lib/uzlib/defl_static: Implement some code size improvements.
This commit makes the following changes:
- Replace 256-byte reverse-bits-in-byte lookup table with computation.
- Replace length and distance code lookup tables with computation.
- Remove comp_disabled check (it's unused).
- Make the dest_write_cb take the data pointer directly, rather than the
  Outbuf.

Saves 500 bytes on PYBV11.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-07-21 18:58:33 +10:00
..
adler32.c
crc32.c
defl_static.c lib/uzlib/defl_static: Implement some code size improvements. 2023-07-21 18:58:33 +10:00
defl_static.h lib/uzlib/defl_static: Implement some code size improvements. 2023-07-21 18:58:33 +10:00
lz77.c
tinf.h
tinf_compat.h
tinfgzip.c
tinflate.c
tinfzlib.c
uzlib.h
uzlib_conf.h