We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The HashCodeBulder and Equality classes doesn't justify it's weight. Remove this classes and do the calculation inline.
HashCodeBulder
Equality
The text was updated successfully, but these errors were encountered:
#347: Remove old hashCode calculations.
88106c1
#347: Add Javadoc.
e079017
Merge pull request #351 from jenetics/issues/JENETICS-347-simplify_ha…
789ca12
…sh_codes #347: Simplify hash code calculation
Merged into r4.3.0 branch.
Sorry, something went wrong.
d71b42d
#347: Improve 'Hashes' helper class.
7ac2804
jenetics
No branches or pull requests
The
HashCodeBulder
andEquality
classes doesn't justify it's weight. Remove this classes and do the calculation inline.The text was updated successfully, but these errors were encountered: