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

Update linkedhashmap to only Rlock when possible #1329

Merged
merged 3 commits into from
Apr 13, 2023

Conversation

dboehm-avalabs
Copy link
Contributor

linkedhashmap currently full locks when reading values. Update the lock to be only an rlock

@dboehm-avalabs dboehm-avalabs changed the base branch from master to dev April 12, 2023 12:07
@dboehm-avalabs dboehm-avalabs marked this pull request as draft April 12, 2023 12:07
@dboehm-avalabs dboehm-avalabs changed the title Update linkedhashmap to only Rlock on Get Update linkedhashmap to only Rlock when possible Apr 12, 2023
@dboehm-avalabs dboehm-avalabs marked this pull request as ready for review April 12, 2023 14:43
@StephenButtolph StephenButtolph added this to the v1.10.1 milestone Apr 13, 2023
@StephenButtolph StephenButtolph added the cleanup Code quality improvement label Apr 13, 2023
@StephenButtolph StephenButtolph merged commit fcb668b into dev Apr 13, 2023
@StephenButtolph StephenButtolph deleted the ReduceLockingOnLinkedHashMap branch April 13, 2023 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Code quality improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants