Skip to content
#

lempel-ziv

Here are 48 public repositories matching this topic...

The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils

  • Updated Jan 13, 2022
  • C

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.

  • Updated Aug 6, 2023
  • Java

Improve this page

Add a description, image, and links to the lempel-ziv topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lempel-ziv topic, visit your repo's landing page and select "manage topics."

Learn more