go-compression.github.io
go-compression.github.io copied to clipboard
The Hitchhiker's Guide to Compression
https://www.reddit.com/r/programming/comments/j3bsi1/the_hitchhikers_guide_to_compression_a_beginners/g7bzd5r?utm_source=share&utm_medium=web2x&context=3 ``` FYI your LZ77 visualiser is buggy. Input: Potayto Potahto Compressed: Potay Decompressed: PotaytoPPotaPto ```
Add a section on [Burrows-Wheeler transforms](https://en.wikipedia.org/wiki/Burrows%E2%80%93Wheeler_transform). Maybe a new section as this isn't really a compression algorithm?
_I had created a pull-request first with the corrected values, but then I noticed that there are images with the same incorrect values, so I'm resubmitting this as an issue._...
On the [website](https://go-compression.github.io/interactive/lz/lz/), the interactive mode with the switch "LZSS mode" doesn't seem to work. Whatever the input, the output does not seem optimized by LZSS (SAM SAM SAM ->...