lz77-kit icon indicating copy to clipboard operation
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.

Results 4 lz77-kit issues
Sort by recently updated
recently updated
newest added

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...

good for learning
cs assignment points

Dig in, and make a pull-request. This project needs a go-lang version.

help wanted

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...

help wanted
good for learning
cs assignment points

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: ```...