Bit masking for encoding and decoding
Opened this issue · 0 comments
varzac commented
The current method I use for encoding data is easy to understand and nice for debugging with printing, but is relatively very slow. I think if I switch to using bit masking and oring to get the new color and data bytes I can significantly increase the speed. I should do some testing to see how much of an improvement I get and maybe keep both around.