serenity/Libraries/LibCompress
asynts 7c53f14bbc LibCompress: Implement DEFLATE properly.
Now we have an actual stream implementation that can read arbitrary
(dynamic codes aren't supported yet) deflate encoded data. Even if
the blocks are really large.

And all of that happens with a single buffer of 32KiB. DEFLATE is
amazing!
2020-08-26 21:07:53 +02:00
..
CMakeLists.txt LibCompress: Add LibCompress 2020-08-04 11:27:07 +02:00
Deflate.cpp LibCompress: Implement DEFLATE properly. 2020-08-26 21:07:53 +02:00
Deflate.h LibCompress: Implement DEFLATE properly. 2020-08-26 21:07:53 +02:00
Zlib.cpp LibCompress: Implement DEFLATE properly. 2020-08-26 21:07:53 +02:00
Zlib.h LibCompress: Implement DEFLATE properly. 2020-08-26 21:07:53 +02:00