You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: