Design pessimal checkRangeRead benchmark #27

Closed
opened 2024-06-26 02:32:43 +00:00 by andrew · 0 comments
Owner

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.
andrew added the
enhancement
investigation
labels 2024-06-26 02:32:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: weaselab/conflict-set#27
No description provided.