Skip to content

Liamhughes/devex 82 add fractional evaluation support to java client library#8

Draft
liamhughes wants to merge 1 commit intomainfrom
liamhughes/devex-82-add-fractional-evaluation-support-to-java-client-library
Draft

Liamhughes/devex 82 add fractional evaluation support to java client library#8
liamhughes wants to merge 1 commit intomainfrom
liamhughes/devex-82-add-fractional-evaluation-support-to-java-client-library

Conversation

@liamhughes
Copy link
Copy Markdown
Contributor

No description provided.

@liamhughes liamhughes changed the base branch from main to liamhughes/devex-136-use-new-evaluations-endpoint April 1, 2026 02:54
Base automatically changed from liamhughes/devex-136-use-new-evaluations-endpoint to main April 1, 2026 05:15
@liamhughes liamhughes force-pushed the liamhughes/devex-82-add-fractional-evaluation-support-to-java-client-library branch from 1cd8040 to 4f02169 Compare April 1, 2026 05:16
byte[] bytes = (evaluationKey + ":" + targetingKey).getBytes(StandardCharsets.UTF_8);
// MurmurHash3 32-bit, seed 0. Explicitly treating output as unsigned 32-bit for
// consistent results across all client libraries (matching .NET implementation).
int hash = Hashing.murmur3_32_fixed(0).hashBytes(bytes).asInt();
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@liamhughes liamhughes force-pushed the liamhughes/devex-82-add-fractional-evaluation-support-to-java-client-library branch from 4f02169 to a53abd3 Compare April 2, 2026 00:29
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