Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sstable: revert change to binary search calculation
Revert index calculation for binary search in rowblk_iter.go to use casting (like in old iterations). Binary search was originally modified to factor for int32 overflow, however this is not relevant because a cast to uint will fix the overflow error. Reverting back to old calculation for consistency with other of binary search calculations and (presumably) less instructions.
- Loading branch information