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

IDPF caches: compare bit vectors a usize at a time #1057

Merged
merged 1 commit into from
May 17, 2024

Conversation

divergentdave
Copy link
Collaborator

This applies an improvement tested out in #1038, from the HashMapCacheA and RingBufferCacheA alternatives. While this adds extra memory allocations and copies, we see a 10% performance improvement for RingBufferCache and more for HashMapCache. Closes #706.

@divergentdave divergentdave requested a review from a team as a code owner May 16, 2024 16:01
@divergentdave divergentdave merged commit df543c2 into main May 17, 2024
6 checks passed
@divergentdave divergentdave deleted the david/cache-normalize-bitvecs branch May 17, 2024 16:38
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.

Speed up Hash implementation of IdpfInput
2 participants