summaryrefslogtreecommitdiff
path: root/lib/uzlib/tinfgzip.c
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2023-06-22 14:24:42 +1000
committerDamien George <damien@micropython.org>2023-07-21 18:58:33 +1000
commit0900976384f2f881dc727f7b936c2b232e1ee6be (patch)
treeb636c7ea617ebc3b20905177cd58d5c7ac4a394b /lib/uzlib/tinfgzip.c
parent82db9926ed3546fa98e56b8c06936fed21f492aa (diff)
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>
Diffstat (limited to 'lib/uzlib/tinfgzip.c')
0 files changed, 0 insertions, 0 deletions