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

Deterministic HashSet #276

Merged
merged 3 commits into from
Nov 15, 2024
Merged

Deterministic HashSet #276

merged 3 commits into from
Nov 15, 2024

Conversation

Vrixyz
Copy link
Contributor

@Vrixyz Vrixyz commented Sep 26, 2024

Note that I'm not very comfortable with those hashers and determinism in general, I'd be more comfortable with some unit tests around it.

src/utils/hashset.rs Outdated Show resolved Hide resolved
Copy link
Member

@sebcrozet sebcrozet left a comment

Choose a reason for hiding this comment

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

This is looking good, thanks! Just a few typos, and the code-duplication need to be addressed.

src/utils/hashset.rs Outdated Show resolved Hide resolved
src/utils/hashset.rs Outdated Show resolved Hide resolved
src/utils/hashset.rs Outdated Show resolved Hide resolved
src/utils/hashset.rs Outdated Show resolved Hide resolved
src/utils/hashset.rs Outdated Show resolved Hide resolved
@Vrixyz Vrixyz requested a review from sebcrozet November 4, 2024 16:24
Copy link
Member

@sebcrozet sebcrozet left a comment

Choose a reason for hiding this comment

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

Thanks!

@Vrixyz Vrixyz merged commit 2314d28 into dimforge:master Nov 15, 2024
7 checks passed
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.

Add utils::HashSet
2 participants