Commit efe7b41
authored
Make scan_non_zero_values_fast scan entirely forwards (#1332)
Presently the `forwards` argument to `ranges::break_bit_range` is false,
causing the function to scan the last bits, then the middle bytes, then
the first bits. The argument should be true, so that the function scans
the first bits first.1 parent 8dcfcc3 commit efe7b41
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1234 | 1234 | | |
1235 | 1235 | | |
1236 | 1236 | | |
1237 | | - | |
| 1237 | + | |
1238 | 1238 | | |
1239 | 1239 | | |
1240 | 1240 | | |
| |||
0 commit comments