Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow-on after #4304. Avoid using `saturating_sub` when plain `-` will do. `-` is cheaper - it's a single assembly instruction, whereas `saturating_sub` is usually 3 instructions. https://godbolt.org/z/fo8Tcx6bK
- Loading branch information