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

https://github.com/khaledashrafh/lz-77

This repository contains a Java implementation of the LZ-77 data compression algorithm. LZ-77 is a lossless data compression method that replaces repetitive sequences of characters with references to previously occurring data. It achieves compression by storing the position and length of a match in a sliding window of previously processed data.
https://github.com/khaledashrafh/lz-77

compression data-compression decompression lempel-ziv lempel-ziv-77 lz77 lz77-compression-algorithm multimedia

Last synced: 5 months ago
JSON representation

This repository contains a Java implementation of the LZ-77 data compression algorithm. LZ-77 is a lossless data compression method that replaces repetitive sequences of characters with references to previously occurring data. It achieves compression by storing the position and length of a match in a sliding window of previously processed data.

Awesome Lists containing this project