Files
SabreTools.Compression/README.MD
2024-12-11 05:41:05 -05:00

1.3 KiB

SabreTools.Compression

Build and Test

This library comprises of various compression implementations that are used across multiple projects. Most of the implementations are be ports of existing C and C++ code.

Find the link to the Nuget package here.

Releases

For the most recent stable build, download the latest release here: Releases Page

For the latest WIP build here: Rolling Release

Supported Compressions

Compression Name Decompress Compress
Blast Yes No
LZ Yes No
LZX No No
MSZIP Yes* No
Quantum No No

Note: If something is marked with a * it means that it need testing.

External Libraries

Library Name Use
DotNetZip DEFLATE implementation; minor edits have been made
ZLibPort Adds zlib code for internal and external use; minor edits have been made