evergreen2040's Stars
lz4/lz4
Extremely Fast Compression algorithm
gandhishripala/LZSS
This repository contains the Data Compression Technique LZSS implemented in Matlab
gandhishripala/LZ78
This repository contains the Data Compression Technique LZ78 implemented in Matlab
gandhishripala/LZ77
This repository contains the Data Compression Technique LZ77 implemented in Matlab
orestis-pol/lzw
LZW-like Compressor / Decompressor
abshkbh/cuda-lzss
Cuda lzss compression
inikep/lzbench
lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
evilaliv3/lz78
Basic Implementation of LZ78 Compression Alghorithm
goldbeef/wzip
Wzip is a block-sorting compressor , based on Burrows-Wheeler transform (BWT) , wavelet tree , run-length code . Its compression ratio is very good and close to bzip2 for most files except for audio and video files . Its compression speed is much faster than bzip2 even in single-thread workstate ,and while in multi-thread workstate it will be much faster.
wpivotto/DataCollector
Implementação do algoritmo Swinging Doors para compressão de dados históricos
Andriks/SwDoor
testing of swinging door algorithm
santensuru/adaptive-huffman
Adaptive Huffman implement using c++
ankitgarg10001/Data-Compression-project
SEM 4 : Algorithms Project in C++ : Compression / Decompression( Lempel-Ziv-Storer-Szymanski(LZSS), Run Length Algorithm, Burrows Wheeler Transform(BWT), Move To Front, Huffman Algorithm)
google/brotli
Brotli compression format
stephane/libmodbus
A Modbus library for Linux, Mac OS, FreeBSD and Windows
vczh/vczh_toys
This repository contains vczh's toys for black magic codes or experiments
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.