Skip to content

prefer hashbrown set and map#201

Merged
CrockAgile merged 1 commit into
mainfrom
research/hashbrown-queue
Feb 8, 2026
Merged

prefer hashbrown set and map#201
CrockAgile merged 1 commit into
mainfrom
research/hashbrown-queue

Conversation

@CrockAgile

Copy link
Copy Markdown
Collaborator

noticed that one place in the project was still using the std HashSet instead of the crate / hashbrown one.

this once change improved nearly all parsing benchmarks by +8% 😅

so I thought it would be worth adding a clippy lint to catch this accidental misuse in the future!

@CrockAgile CrockAgile requested a review from shnewto February 8, 2026 18:16
@CrockAgile CrockAgile self-assigned this Feb 8, 2026
@CrockAgile CrockAgile marked this pull request as ready for review February 8, 2026 18:27

@shnewto shnewto left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

good spot and good call on clippy!

@CrockAgile CrockAgile merged commit 23f620d into main Feb 8, 2026
9 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.

2 participants