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

Improve DefaultCodecRegistry.CacheKey#hashCode() to eliminate Object[] allocation #1988

Open
wants to merge 1 commit into
base: 4.x
Choose a base branch
from

Conversation

tatu-at-datastax
Copy link

So: while this may seem trivial, profiling showed significant Object[] allocations here (since Object.hashCode(Object... args) takes varargs which gets converted into Object[]) so figured out it's worth improving upon.
Should produce same hash code (although should not greatly matter).

@tatu-at-datastax
Copy link
Author

Looks like there is no CI (Github Actions) set up; but local mvn clean test did pass FWTW.

@tatu-at-datastax tatu-at-datastax changed the title Improve DefaultCodecRegisry.CacheKey#hashCode() to eliminate Object[] allocation Improve DefaultCodecRegistry.CacheKey#hashCode() to eliminate Object[] allocation Nov 19, 2024
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.

1 participant