There are 3 repositories under lz77 topic.
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Fast In-Memory Data Compression Algorithm (inline C/C++) 480+MB/s compress, 2800+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1
decode, inspect, edit, and encode png images in pure swift
Compression Benchmark
Pure OCaml implementation of Zlib.
An FPGA-based PNG image decoder, which can extract original pixels from PNG files. 基于FPGA的PNG图像解码器,可以从PNG文件中解码出原始像素。
Compress and encode strings into base62 [0-9a-zA-Z] using an original LZ-based algorithm in JavaScript.
Transpose: SIMD Integer+Floating Point Compression Filter
DotFastLZ - a port of FastLZ, Small and portable byte-aligned LZ77 compression for .NET, C#, Unity3D
NZ1 - NanoZip 1: ultra-fast, dependency-free, portable C compression library optimized for embedded and high-performance use. Full docs: https://ferki-git-creator.github.io/nz1-site/
The esa-matchfinder is a C99 library for efficient Lempel-Ziv factorization using enhanced suffix array (ESA).
A JavaScript library for compressing and decompressing strings using an original algorithm based on the LZ algorithm.
Game Boy Advance tools for image and video conversion
A JavaScript sequence prediction library, for building proactive and smart user interfaces.
This project is about the implementation of the LZ77 and Deflate COMPRESSION algorithm.
My own implementation of the deflate algoritm
LZ-End parsing algorithms
Fast and space-efficient conversion from the LZ77 parsing to a grammar
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.
An efficient chunk based compression for continuous logging with efficient searching and indexing
Projects and colab worksheets of Python -programming, Deep learning for Computer-vision, Data-mining, Data-analysis and Advanced optimization techniques
Implementation of various techniques used in data compression.