GitHub topics: lempel-ziv
ikpil/DotFastLZ
DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for .NET, C#, Unity3D
Language: C# - Size: 247 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 37 - Forks: 9

asimba/qbp
Simple LZSS+RLE+RC32 compression algorithm realization (C/C++/Rust).
Language: C - Size: 17.1 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 0

ariya/FastLZ
Small & portable byte-aligned LZ77 compression
Language: C - Size: 194 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 483 - Forks: 96

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
Language: C - Size: 257 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 360 - Forks: 32

TimeDelta/q-vs-c_enc_dec_nonstationary
Quantum vs Classical, Autoregressive vs Reconstructive Encoder/Decoder Architectures on Non-Stationary Time-Series: Loss Landscapes and Latent Complexities with and without Recurrence
Language: Python - Size: 9.08 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Naereen/Lempel-Ziv_Complexity
:package: Lempel-Ziv Complexity, fast implementations with :snake: Python (naive, Numba or Cython for speedup), Open-Source (MIT) :+1: →
Language: Jupyter Notebook - Size: 230 KB - Last synced at: 22 days ago - Pushed at: over 4 years ago - Stars: 35 - Forks: 10

MNoorFawi/lzhw
Compression suite for data frames and tabular data files, csv, excel etc. Using LZHW algorithm.
Language: Python - Size: 6.94 MB - Last synced at: 7 days ago - Pushed at: 11 months ago - Stars: 30 - Forks: 3

devidduma/lempel-ziv
Simple, yet efficient implementations for Lempel-Ziv-78 and Lempel-Ziv-Welch algorithms.
Language: C++ - Size: 294 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

p0rtL6/yalz
Various Lempel-Ziv compression algorithms.
Language: Rust - Size: 1.95 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Nikeshbajaj/Linear_Feedback_Shift_Register
PyLFSR
Language: Python - Size: 6.51 MB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 64 - Forks: 19

Haseeb-Qureshi/Algorithms-Study-Group
Study group for algorithms in Ruby, hosted at App Academy
Language: Ruby - Size: 353 KB - Last synced at: 4 months ago - Pushed at: over 9 years ago - Stars: 93 - Forks: 32

OmerKerner/Non-Overlapping-LZSS-Factorization
non-overlapping LZSS factorization
Language: C++ - Size: 51.8 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

lmcilroy/lzp
A streaming LZ predictor compression tool
Language: C - Size: 1000 Bytes - Last synced at: 11 months ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 0

dominikkempa/lz77-to-slp
Fast and space-efficient conversion from the LZ77 parsing to a grammar
Language: C++ - Size: 359 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 2

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.
Language: Java - Size: 28.3 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

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.
Language: Java - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

lmcilroy/lzm
A high speed LZ style lossless compression tool
Language: C - Size: 27.3 KB - Last synced at: 11 months ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

rgkaw/LZW-LZMW-and-LZAP
This is repository of me implementing LZMW, LZAP, and LZW compression algorithm during colege
Language: Python - Size: 709 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

farruggia/rlzap
RLZAP: Relative Lempel-Ziv with Adaptive Pointers
Language: C++ - Size: 2.64 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 1

WGTDS/vpk0
A utility for HAL's "vpk0" format.
Language: C - Size: 310 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

pasta-toolbox/block_tree
Engineered block tree construction based on the Longest Previous Factor array that also works in parallel.
Language: C++ - Size: 1.93 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

Naereen/LempelZiv.jl
:package: Lempel-Ziv Complexity, fast implementation in Julia, Open-Source (MIT) :+1: →
Language: Jupyter Notebook - Size: 208 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 3

jannikw/lempel-ziv
Lempel-Ziv playground for LZ77 and some more variants. Allows visualizing the compression step-by-step.
Language: TypeScript - Size: 6.11 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

hansbonini/lz_sims
Tool for decompress and recompress graphics from games developed by SIMS for Sega Master System using LZ+RLE algorithm.
Language: Python - Size: 7.51 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

hansbonini/lz_ancient
Tool for decompress and recompress graphics from games developed by Ancient for Sega Genesis / Sega Mega Drive using LZ+RLE algorithm.
Language: Python - Size: 5.92 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

WGTDS/libsli
C Library for processing Nintendo's SLI data formats.
Language: C - Size: 887 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

michaelfromyeg/lempel-ziv
A brief introduction to Lempel-Ziv coding techniques.
Language: TeX - Size: 914 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kg68k/lzd
LZD - Lempel-Ziv Data compressor
Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AlmazSamatov/LempelZiv78
Implementation of Lempel Ziv 78 compression algorithm
Language: Java - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

gabrielSantosLima/algoritmos-de-compressao-de-dados
🧾 Algoritmos de compressão de texto em C
Language: C - Size: 32.2 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

carlosgeos/lempel-ziv77
:package: LZ77 in React !
Language: JavaScript - Size: 4.58 MB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Nikeshbajaj/pylfsr
This repo is for Documentation site
Size: 198 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dominikkempa/lz-end-toolkit
External memory LZ-End parsing algorithm
Language: C++ - Size: 106 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

gvinciguerra/LZ-End
🗜 Implementation of two LZ-End parsing algorithms
Language: C++ - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ElizaLo/Data-Compression-Methods
Hamming, Huffman and etc algorithms
Language: Jupyter Notebook - Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 1

dominikkempa/em-lz77-decode
External memory decoder of LZ77 parsing
Language: C++ - Size: 43 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

JoshuaEbenezer/ziv_lempel
Performs Ziv Lempel adaptive length coding of text files
Language: Python - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

Andre-MR-Pereira/compression_mechanisms
Collection of a couple compression algorithms in C
Language: C - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

daberlin/sap-reposrc-decompressor
SAP Report Source Decompressor
Size: 78.1 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 14 - Forks: 6

tassoneroberto/steganos
This Android application allows to hide a message or a file inside a video using steganography techniques.
Language: Java - Size: 6.73 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

euugenechou/lempel-ziv-suite
Lempel-Ziv algorithms implemented in C.
Language: C - Size: 4.81 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

fbonhomm/LZSS
[EN] Implementation of the LZSS compression algorithm / [FR] Implémentation de l'algorithme de compression LZSS
Language: Go - Size: 1.24 MB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 2

fbonhomm/LZ77
[EN] Implementation of the LZ77 compression algorithm / [FR] Implémentation de l'algorithme de compression LZ77
Language: Go - Size: 2.32 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

RensOliemans/its-project
Project for visualizing Lempel-Ziv
Language: Vue - Size: 2.14 MB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kshitij86/Silicon_Valley
Language: C++ - Size: 19.5 KB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

karinbe/Developing-Variety-Of-Methods-For-Identifying-Anomalies-
Developing Variety Of Methods For Identifying Anomalies And Making Decisions According To The Majority Vote
Language: Matlab - Size: 55.3 MB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

wladimirgramacho/mips-lzw
Lempel Ziv Encoder and Decoder written in MIPS 32 Assembly
Language: Assembly - Size: 5.29 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
