ladybird/Userland/Libraries/LibCompress
Idan Horowitz 02b4cb96f8 LibCompress: Decrease CanonicalCode's size on stack
This commit stores the bit codes as u16s instead of u32s as the
maximum code bit length in DEFLATE is 15.
2021-03-14 14:52:21 +01:00
..
CMakeLists.txt LibCompress: Rename libcompression.so to libcompress.so 2021-03-07 18:14:54 +01:00
Deflate.cpp LibCompress: Handle literal only lz77 streams in DeflateCompressor 2021-03-14 11:05:35 +01:00
Deflate.h LibCompress: Decrease CanonicalCode's size on stack 2021-03-14 14:52:21 +01:00
DeflateTables.h LibCompress: Implement DEFLATE compression 2021-03-13 20:07:25 +01:00
Gzip.cpp LibCompress: Implement GZip compression 2021-03-13 20:07:25 +01:00
Gzip.h LibCompress: Implement GZip compression 2021-03-13 20:07:25 +01:00
Zlib.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Zlib.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00