Files
banan-os/userspace/libraries
Bananymous 3ebadc5c74 LibDEFLATE: Optimize decompression
Instead of calculating bit-by-bit crc32, we now calculate a lookup table
during compile time. The old crc32 calculation was taking almost 50% of
the decompression time.

Also handle multiple symbols at once without outputting to user. It is
much more efficient to output many bytes instead of the up to 258 that a
single symbol can decode to :^)
2026-04-14 01:50:30 +03:00
..
2025-08-07 02:50:24 +03:00
2025-08-11 14:07:37 +03:00
2025-10-28 05:50:19 +02:00