EasyLZ is a compression algorithm based on LZ77 that uses a byte to store the length and distance of the copy in the dictionary.
Info
Version: | 0.2.2-alpha |
Author(s): | Ezequias Silva |
Last Update: | Thursday, March 18, 2021 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/ezequias2d/Easy |
NuGet Url: | https://www.nuget.org/packages/EasyLZ |
Install
Install-Package EasyLZ
dotnet add package EasyLZ
paket add EasyLZ
EasyLZ Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Memory(>= 4.5.4)
Tags