mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-09 15:07:57 +00:00
This commit adds a fully functional DEFLATE compression implementation that can be used to implement compression for higher level formats like gzip, zlib or zip. A large part of this commit is based on Hans Wennborg's great article about the DEFLATE and zip specifications: https://www.hanshq.net/zip.html