Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use stepping instead of branching using modulus
Modulus operations are very costly and generally should be avoided. They also take a few bytes. This version is actually a quite faster.
- Loading branch information