lempel-ziv
There are 49 repositories under lempel-ziv topic.
ariya/FastLZ
Small & portable byte-aligned LZ77 compression
ionescu007/minlzma
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
Haseeb-Qureshi/Algorithms-Study-Group
Study group for algorithms in Ruby, hosted at App Academy
ikpil/DotFastLZ
DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for .NET, C#, Unity3D
Naereen/Lempel-Ziv_Complexity
:package: Lempel-Ziv Complexity, fast implementations with :snake: Python (naive, Numba or Cython for speedup), Open-Source (MIT) :+1: →
MNoorFawi/lzhw
Compression suite for data frames and tabular data files, csv, excel etc. Using LZHW algorithm.
pynflate/pynflate
Pure Python implementation of Deflate data compression algorithm.
daberlin/sap-reposrc-decompressor
SAP Report Source Decompressor
lmcilroy/lzp
A streaming LZ predictor compression tool
ElizaLo/Data-Compression-Methods
Hamming, Huffman and etc algorithms
ahmedmayman/LZW_image_codec
this is a LZW image compression project using matlab
dominikkempa/lz-end-toolkit
External memory LZ-End parsing algorithm
dominikkempa/lz77-to-slp
Fast and space-efficient conversion from the LZ77 parsing to a grammar
farruggia/rlzap
RLZAP: Relative Lempel-Ziv with Adaptive Pointers
pasta-toolbox/block_tree
Engineered block tree construction based on the Longest Previous Factor array that also works in parallel.
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.
KhaledAshrafH/LZ-78
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.
asimba/qbp
Simple LZSS+RLE+RC32 compression algorithm realization (C/C++/Rust).
lmcilroy/lzm
A high speed LZ style lossless compression tool
hansbonini/lz_ancient
Tool for decompress and recompress graphics from games developed by Ancient for Sega Genesis / Sega Mega Drive using LZ+RLE algorithm.
JoshuaEbenezer/ziv_lempel
Performs Ziv Lempel adaptive length coding of text files
hansbonini/lz_sims
Tool for decompress and recompress graphics from games developed by SIMS for Sega Master System using LZ+RLE algorithm.
Naereen/LempelZiv.jl
:package: Lempel-Ziv Complexity, fast implementation in Julia, Open-Source (MIT) :+1: →
atharvaagiwal2/Information-Theory-Assignment
Run Length Encoding, Lempel Ziv Algorithm, BSC Channel Comparison, Error Detection using Parity encoder and decoder, Huffman Coding using Matlab
dominikkempa/em-lz77-decode
External memory decoder of LZ77 parsing
gabrielSantosLima/algoritmos-de-compressao-de-dados
🧾 Algoritmos de compressão de texto em C
kg68k/lzd
LZD - Lempel-Ziv Data compressor
OmerKerner/Non-Overlapping-LZSS-Factorization
non-overlapping LZSS factorization
tassoneroberto/steganos
This Android application allows to hide a message or a file inside a video using steganography techniques.
wladimirgramacho/mips-lzw
Lempel Ziv Encoder and Decoder written in MIPS 32 Assembly
andresso/polz
A Python implementation of the Lempel-Ziv with partial order (POLZ) algorithm
p0rtL6/yalz
Various Lempel-Ziv compression algorithms.
gvinciguerra/LZ-End
🗜 Implementation of two LZ-End parsing algorithms
michaelfromyeg/lempel-ziv
A brief introduction to Lempel-Ziv coding techniques.
Nikeshbajaj/pylfsr
PyLFSR: Linear Feedback Shift Register