Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function doing redundant work? #31

Open
silver83p opened this issue Jun 11, 2024 · 0 comments
Open

Function doing redundant work? #31

silver83p opened this issue Jun 11, 2024 · 0 comments

Comments

@silver83p
Copy link

static calculatePartitionRangeInternal(

The third "if" statement seems like it will redo all the calculations in the first two.

(Also, could there be a case where there's a split range and we somehow wind up with "start < end" and we don't catch that? What would happen?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant