lz77
There are 102 repositories under lz77 topic.
yourtion/LearningMasteringAlgorithms-C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
flanglet/kanzi-go
Fast lossless data compression in Go
ariya/FastLZ
Small & portable byte-aligned LZ77 compression
avaneev/lzav
Fast In-Memory Data Compression Algorithm (inline C/C++) 460+MB/s compress, 2800+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1
tayloraswift/swift-png
decode, inspect, edit, and encode png images in pure swift
dnasdw/3dstool
An all-in-one tool for extracting/creating 3ds roms.
powturbo/TurboBench
Compression Benchmark
guzba/zippy
Pure Nim implementation of deflate, zlib, gzip and zip.
flanglet/kanzi-cpp
Fast lossless data compression in C++
mirage/decompress
Pure OCaml implementation of Zlib.
flanglet/kanzi
Fast lossless data compression in Java
WangXuan95/FPGA-PNG-decoder
An FPGA-based PNG image decoder, which can extract original pixels from PNG files. 基于FPGA的PNG图像解码器,可以从PNG文件中解码出原始像素。
polygonplanet/lzbase62
Compress and encode strings into base62 [0-9a-zA-Z] using an original LZ-based algorithm in JavaScript.
powturbo/Turbo-Transpose
Transpose: SIMD Integer+Floating Point Compression Filter
ikpil/DotFastLZ
DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for .NET, C#, Unity3D
BrianPugh/tamp
Tamp is a low-memory, DEFLATE-inspired lossless compression library.
polygonplanet/lzjs
A JavaScript library for compressing and decompressing strings using an original algorithm based on the LZ algorithm.
HorstBaerbel/GBA-image-tools
Game Boy Advance tools for image and video conversion
IlyaGrebnov/esa-matchfinder
The esa-matchfinder is a C99 library for efficient Lempel-Ziv factorization using enhanced suffix array (ESA).
zerkman/zpacker
very simple LZ77-based compression
fehmisener/LZ77-and-Deflate-Compressor
This project is about the implementation of the LZ77 and Deflate COMPRESSION algorithm.
Favrito/LZ77
LZ77 compression algorithm
mudafar/alz-predictor
A JavaScript sequence prediction library, for building proactive and smart user interfaces.
SamuelBMartins/Deflate
My own implementation of the deflate algoritm
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
Venomalia/AuroraLib.Compression
Supports a wide range of compression algorithms mainly used in video games, like LZSS, LZ10, LZ11, MIO0, YAZ0, YAY0, PRS and more.
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.
EngineersBox/ChunkyLogs
An efficient chunk based compression for continuous logging with efficient searching and indexing
jcwangxp/CrossLZ
CrossLZ is a tiny cross-platform fast stream compression library.
lmcilroy/lzm
A high speed LZ style lossless compression tool
makavelj/CLA
Implementation of Compression and Learning Algorithms
PeterHUistyping/LZSS_with_Concurrent_Demo
A nicer and easy-to-follow way of understanding FastLZ7 / with improved 6-level / concurrent LZSS Compression in different branches
trizen/Compression-Util
Implementation of various techniques used in data compression.
mohamedrezk122/deflate-compression-algorithm
DEFLATE Compression/Decompression Algorithm Implementation