zlacker

[parent] [thread] 0 comments
1. lesuor+(OP)[view] [source] 2025-05-22 16:48:19
If you don't do _actually_ every single block then you have Huffman Coding [1].

I imagine if you have a good idea of the data incoming you could probably do a similar encoding scheme where you use 7 bits to point to a ~512 bit blob and the 8th bit means the next 512 couldn't be compressed.

[1]: https://en.wikipedia.org/wiki/Huffman_coding

[go to top]