encoding icon indicating copy to clipboard operation
encoding copied to clipboard

Selector 6 does not waste 12 bits

Open samv opened this issue 2 years ago • 0 comments

Thanks for writing this project! One minor erratum for the documentation in the simple8b/encoding.go file, is that you have encoding 6, 12×5–bit quantities, as wasting 12 bits. It wastes none! I think that one should be 0. Only N=7 and N=8 truly waste 4 bits.

samv avatar Apr 12 '23 18:04 samv