Skip to content

Bit-Twiddle PipelineIterator & Clippy Fixes

Michael Aaron Murphy requested to merge mmstick:more_optimizations into master

This will perform the boolean bit-twiddling optimization to the PiplelineIterator which reduces six 8-bit fields into one u8 and allows for more optimal conditional checking by checking multiple values at the same time. There's also some clippy fixes in here.

With this submission, I'm done for the day.

Merge request reports