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

perf: avoid cloning HashBuilder input #50

Merged
merged 7 commits into from
Oct 3, 2024
Merged

perf: avoid cloning HashBuilder input #50

merged 7 commits into from
Oct 3, 2024

Conversation

DaniPopes
Copy link
Member

Closes #45

Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

makes sense

src/hash_builder/input.rs Outdated Show resolved Hide resolved
src/hash_builder/input.rs Outdated Show resolved Hide resolved
src/hash_builder/mod.rs Outdated Show resolved Hide resolved
@DaniPopes DaniPopes merged commit f4fb65d into main Oct 3, 2024
21 checks passed
@DaniPopes DaniPopes deleted the dani/hb-input branch October 3, 2024 00:58
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.

perf: store HashBuilder.value as a Vec<u8> and track kind separately
3 participants