Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ulikunitz/lz
- Owner: ulikunitz
- License: bsd-3-clause
- Created: 2021-04-07T06:48:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T10:47:26.000Z (2 months ago)
- Last Synced: 2024-11-23T11:27:17.857Z (2 months ago)
- Language: Go
- Size: 3.87 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.