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

Avoid copy of key for hash table bucket lookup #783

Merged
merged 1 commit into from
Feb 15, 2025

Conversation

marcauberer
Copy link
Member

  • Avoid copy of key for hash table bucket lookup
  • Add code docs to hashing functions
  • Additional test for unordered map with complex key type

@marcauberer marcauberer added the improvement Improvement of an existing feature label Feb 15, 2025
@marcauberer marcauberer added this to the 0.22.0 milestone Feb 15, 2025
@marcauberer marcauberer self-assigned this Feb 15, 2025
@marcauberer marcauberer requested review from a team as code owners February 15, 2025 21:43
@marcauberer marcauberer enabled auto-merge (squash) February 15, 2025 21:43
@github-actions github-actions bot added std Prs / issues regarding the standard lib compiler labels Feb 15, 2025
@marcauberer marcauberer merged commit 6ef07d2 into main Feb 15, 2025
4 checks passed
@marcauberer marcauberer deleted the std/optimize-hash-table branch February 15, 2025 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler improvement Improvement of an existing feature size/L std Prs / issues regarding the standard lib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant