-
Notifications
You must be signed in to change notification settings - Fork 0
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
Simple Rebalance + Tests #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rebalancing logic looks good to me. I did a pretty comprehensive review, so the next pass should be a lot lighter. One thing to pay attention to are things like import sorting which seem to affect a lot of files.
Co-authored-by: Alex Towle <[email protected]>
Co-authored-by: Alex Towle <[email protected]>
Co-authored-by: Alex Towle <[email protected]>
Co-authored-by: Alex Towle <[email protected]>
Co-authored-by: Alex Towle <[email protected]>
Co-authored-by: Alex Towle <[email protected]>
Co-authored-by: Alex Towle <[email protected]>
Co-authored-by: Alex Towle <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice job on this one 😄. You did an excellent job rethinking some of the sins that were committed in Hyperdrive's tests, and I really like the improvements that you made to things like the interface and mixin design. It's a real treat to see the old patterns being refreshed and improved, and I'm looking forward to seeing them come back into the older codebase.
Included very simple rebalancing.
Left
TODO
comments on items for the future.