Skip to content

Conversation

@swankjesse
Copy link
Collaborator

No behavior changes.

@swankjesse swankjesse requested a review from ZacSweers November 18, 2025 22:24
Copy link
Collaborator

@ZacSweers ZacSweers left a comment

Choose a reason for hiding this comment

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

💅

val table = table
val hash = secondaryHash(key.hashCode())
val index = hash and table.size - 1
val index = hash and (table.size - 1)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is just for my own benefit, my meat brain can’t handle that subtract binds tighter than bitwise and

@swankjesse swankjesse merged commit 3f48caf into master Nov 19, 2025
7 checks passed
@swankjesse swankjesse deleted the jwilson.1118.more branch November 19, 2025 14:21
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.

4 participants