Skip to content

zlib port for .NET with support for an extended LZ77 window size.

License

Notifications You must be signed in to change notification settings

celophi/zlib.extended

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zlib.Extended

Zlib.Extended is an open-source port of the zlib library with a few modifications to support a base-2 logarithm of the LZ77 window size up to 8 instead of the default maximum of 7.

Version

This library is targeting zlib 1.2.5.

TODO

At this current time, only inflate has been modified and tested to support the new window size. Deflate may or may not be functional. Use at your own discretion.

About

zlib port for .NET with support for an extended LZ77 window size.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%