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

chore: removal of RW locks for dashmaps #74

Merged
merged 2 commits into from
Feb 24, 2023

Conversation

gastonfournier
Copy link
Contributor

@gastonfournier gastonfournier commented Feb 24, 2023

About the changes

This swaps out the underlying locks in the memory and Redis providers. Instead we use a DashMap, which holds internal locking primitives instead. This in turn means that we remove the lock contention issues when resolving features

@gastonfournier gastonfournier self-assigned this Feb 24, 2023
Copy link
Member

@sighphyre sighphyre left a comment

Choose a reason for hiding this comment

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

OMG I love you guys

@sighphyre sighphyre merged commit ffe24dc into main Feb 24, 2023
@sighphyre sighphyre deleted the remove-rw-locks-for-dash-maps branch February 24, 2023 10:15
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.

2 participants