Commits
Click on a commit to change the comparison rangeperf(parser): use `-` not `saturating_sub` (#4561)
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/fo8Tcx6bK1 year ago
by overlookmotel