Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ulikunitz/lz

Golang module providing LZ77 sequences
https://github.com/ulikunitz/lz

Last synced: 2 months ago
JSON representation

Golang module providing LZ77 sequences

Awesome Lists containing this project

README

        

# Module LZ

The LZ module provides sequencers that convert byte streams into blocks of
Lempel-Ziv 77 sequences. It is designed to support multiple compression methods
that differ in the way they are encoding those LZ77 sequences.