lempel-ziv
Here are 49 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
Study group for algorithms in Ruby, hosted at App Academy
-
Updated
Jan 19, 2016 - Ruby
DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for .NET, C#, Unity3D
-
Updated
May 29, 2024 - C#
📦 Lempel-Ziv Complexity, fast implementations with 🐍 Python (naive, Numba or Cython for speedup), Open-Source (MIT) 👍 →
-
Updated
Mar 31, 2021 - Jupyter Notebook
Compression suite for data frames and tabular data files, csv, excel etc. Using LZHW algorithm.
-
Updated
Aug 17, 2024 - Python
Pure Python implementation of Deflate data compression algorithm.
-
Updated
Dec 11, 2017 - Python
A streaming LZ predictor compression tool
-
Updated
Dec 7, 2018 - C
Hamming, Huffman and etc algorithms
-
Updated
Sep 2, 2020 - Jupyter Notebook
External memory LZ-End parsing algorithm
-
Updated
Dec 4, 2021 - C++
RLZAP: Relative Lempel-Ziv with Adaptive Pointers
-
Updated
Nov 24, 2021 - C++
this is a LZW image compression project using matlab
-
Updated
Jun 25, 2019 - MATLAB
Fast and space-efficient conversion from the LZ77 parsing to a grammar
-
Updated
Aug 13, 2024 - C++
Engineered block tree construction based on the Longest Previous Factor array that also works in parallel.
-
Updated
Aug 29, 2024 - C++
This repository contains Java code implementing the LZ-78 (Lempel-Ziv 78) data compression algorithm. The LZ-78 algorithm is a lossless data compression method that replaces repeated occurrences of data patterns with references to previously encountered patterns.
-
Updated
Aug 6, 2023 - Java
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
Simple LZSS+RLE+RC32 compression algorithm realization (C/C++/Rust).
-
Updated
Aug 2, 2024 - C
A high speed LZ style lossless compression tool
-
Updated
Sep 27, 2023 - C
Improve this page
Add a description, image, and links to the lempel-ziv topic page so that developers can more easily learn about it.
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."