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

feat: constexpr uniform_hash and type fixes #4415

Merged
merged 10 commits into from
Jan 6, 2023

Conversation

jackgerrits
Copy link
Member

@jackgerrits jackgerrits commented Jan 3, 2023

Makes uniform hash constexpr.

It clarifies the fact we use x86 murmurhash 32bit, and fixes the types accordingly. Note, we were casting internally anyway which made for an odd API. Now it is clearer by the parameter types.

@jackgerrits jackgerrits marked this pull request as draft January 4, 2023 00:19
Copy link
Collaborator

@lalo lalo left a comment

Choose a reason for hiding this comment

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

More explicit of current behavior.

@jackgerrits jackgerrits marked this pull request as ready for review January 5, 2023 21:07
@jackgerrits jackgerrits merged commit 07e066f into VowpalWabbit:master Jan 6, 2023
@jackgerrits jackgerrits deleted the constexpr_hash branch January 6, 2023 15:07
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.

3 participants