LibCompress: Refactor deflate de/compressor using zlib

Also remove two crash tests that are not relevant anymore because the
implementation changed substantially.
This commit is contained in:
devgianlu 2025-03-01 17:41:22 +01:00 committed by Jelle Raaijmakers
commit 1c2b373e9c
Notes: github-actions[bot] 2025-03-19 12:48:41 +00:00
8 changed files with 56 additions and 1018 deletions

View file

@ -8,6 +8,7 @@
#include <AK/BitStream.h>
#include <AK/Debug.h>
#include <AK/HashMap.h>
#include <AK/HashTable.h>
#include <AK/MemoryStream.h>
#include <AK/QuickSort.h>