TypeScript-based Compression Streams API implementation based on zlib, with support for deflate64 decompression
-
Updated
Nov 25, 2025 - TypeScript
TypeScript-based Compression Streams API implementation based on zlib, with support for deflate64 decompression
A few smaller projects that demonstrate text compression, such as the classic Huffman code and the exponential Golomb code (exp-golomb). There is also a best-practice solution for Brotli and GZip, as well as "FileCompressPackage" a file archiver similar to TAR, but with a minimal feature set and using Async/Await.
WASM-based Compression Streams API implementation using zlib, with support for deflate64 decompression
Add a description, image, and links to the compression-streams topic page so that developers can more easily learn about it.
To associate your repository with the compression-streams topic, visit your repo's landing page and select "manage topics."