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

Improve performance on get_or_insert_with #88

Merged
merged 2 commits into from
Feb 11, 2022

Conversation

tatsuya6502
Copy link
Member

  • Avoid to update a waiter in the concurrent hash table (cht) if it is already present.
  • Overall refactoring in cht bucket and bucket_array modules.

Avoid to update a waiter in the concurrent hash table if it already presents.
- Avoid to update a waiter in the concurrent hash table if it already presents.
- Overall refactoring in cht `bucket` and `bucket_array` modules.
@tatsuya6502 tatsuya6502 self-assigned this Feb 11, 2022
@tatsuya6502 tatsuya6502 added the enhancement New feature or request label Feb 11, 2022
@tatsuya6502 tatsuya6502 added this to the v0.8.0 milestone Feb 11, 2022
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

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

Merging into better-cht-integration branch.

@tatsuya6502 tatsuya6502 merged commit 8bd97fb into better-cht-integration Feb 11, 2022
@tatsuya6502 tatsuya6502 deleted the efficient-atomic-insert branch February 11, 2022 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant