If we're checking range [b, e), and b and e have no common prefix, it should be possible to get maxBetweenExclusive to need to take the max of 255 * (len(b) + len(e)) versions, which is probably the worst case scenario for checking ranges. Let's benchmark that.
If we're checking range `[b, e)`, and `b` and `e` have no common prefix, it should be possible to get `maxBetweenExclusive` to need to take the max of `255 * (len(b) + len(e))` versions, which is probably the worst case scenario for checking ranges. Let's benchmark that.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
If we're checking range
[b, e), andbandehave no common prefix, it should be possible to getmaxBetweenExclusiveto need to take the max of255 * (len(b) + len(e))versions, which is probably the worst case scenario for checking ranges. Let's benchmark that.