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

Move all hash code to HashCode class #723

Merged
merged 6 commits into from
Jul 13, 2023
Merged

Move all hash code to HashCode class #723

merged 6 commits into from
Jul 13, 2023

Conversation

kwalcock
Copy link
Member

@kwalcock kwalcock commented Mar 9, 2023

Let the computer tally the count needed for finalization and transfer intermediate results from one state to the next. Also show inconsistencies in how hashes are being used.

@kwalcock
Copy link
Member Author

I hadn't looked closely enough. It is failing for a specific Scala version.

@kwalcock
Copy link
Member Author

This consolidates the mathematics of hashing into a centralized location where it can be better observed and reused. It brought to light several issues in both processors and reach which should eventually be addressed. This is part of the effort to get reach to serialize faster, but is optional and should be merged after the rejson branch. There will probably be merge conflicts at that time.

Copy link
Contributor

@MihaiSurdeanu MihaiSurdeanu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very clean! Thanks @kwalcock !

@kwalcock kwalcock merged commit c52dd58 into master Jul 13, 2023
@kwalcock kwalcock deleted the kwalcock/rehash branch July 13, 2023 23:45
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

Successfully merging this pull request may close these issues.

2 participants