lz77-kit
lz77-kit copied to clipboard
Some LZ77 compression utilities for the handy hands-on developer in search for a few less bytes of I/O.
You can define some input parameters for algorithm (at least for javascript implementation https://github.com/olle/lz77-kit/blob/master/src/main/js/lz77.js#L37) but they are not documented 1. referenceIntBase 2. minStringLength 3. defaultWindowLength How changing this will influence...
Dig in, and make a pull-request. This project needs a go-lang version.
Girls and guys! I known many of you are referencing this repo as a source for compression assignments in CS/EDU, which is fine by me. But the example implementations are...
Hi, I was doing some tests, and I encountered an error compressing and decompressing 64 kb of text with the maximum window size of 9220 I did this test: ```...