#
lz77
Here are 32 public repositories matching this topic...
Open
ZStandard Presets
Small & portable byte-aligned LZ77 compression
-
Updated
Jun 5, 2020 - C
Open
ZSTD support
XVilka
commented
Jan 25, 2019
It is gaining popularity and it seems that OCaml bindings are abandoned: https://github.com/ygrek/ocaml-zstd
See format description https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md
And decoding testing tool https://github.com/facebook/zstd/tree/v1.3.4/tests#decodecorpus---tool-to-generate-zstandard-frames-for-decoder-testing
Transpose: SIMD Integer+Floating Point Compression Filter
-
Updated
Oct 28, 2019 - C
LZ77(LZSS) based compression algorithm in base62 for JavaScript.
javascript
base64
compression
string
zip
ecmascript
zlib
compress
lz77
base62
compression-algorithm
lzss
base62x
-
Updated
Apr 8, 2020 - JavaScript
Compression by LZ algorithm in JavaScript.
-
Updated
Feb 10, 2019 - JavaScript
LZ77 compression algorithm
-
Updated
Mar 13, 2019 - C
File compression application using the LZ77 algorithm in Ruby
-
Updated
Mar 28, 2018 - Ruby
Compression and decompression Java library
-
Updated
Jun 6, 2019 - Java
rom hacking pack for mega man xtreme/2 (gb/c)
-
Updated
Sep 29, 2018 - C
-
Updated
Apr 27, 2017 - Java
A high speed LZ style lossless compression tool
-
Updated
Oct 18, 2019 - C
A javascript implementation of LZ77
-
Updated
Mar 13, 2018 - JavaScript
Compression algorithms techniques: LZ77, LZW, Standard Huffman, Adaptive Humman, quantizer, and predictive feed forward
java
lz77
lzw-compression
quantization
compression-algorithm
adaptive-huffman
standard-huffman
predictive-feed-forward
-
Updated
Feb 10, 2018 - Java
Experimentation with LZ77 and a cache for dictionary lookups
-
Updated
Mar 14, 2020 - JavaScript
Implemetation of different encryption\decryption algorithms
-
Updated
Sep 2, 2019 - C++
-
Updated
May 1, 2020 - Python
-
Updated
Jun 6, 2020 - JavaScript
Implémentation de l'algorithme de compression LZ77 en assembleur MIPS
-
Updated
Oct 6, 2017 - Assembly
File archiver based on Lempel-Ziv and Huffman algorithms.
-
Updated
Jan 21, 2018 - C++
Python module for quickly LZ77 compressing data for the GBA
-
Updated
Apr 19, 2020 - C
Improve this page
Add a description, image, and links to the lz77 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lz77 topic, visit your repo's landing page and select "manage topics."
Your default levels for ZSTD seem a little wonky:
-5|--fast=5(the fastest level currently available). This should push it into LZ4 territory.