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

move to RwLock rather than Mutex for storage credentials #1477

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Nov 29, 2023

Rather than using a Mutex, use a write-preferred RwLock implementation which should increase performance in many common situations.

Rather than using a Mutex, use a write-preferred RwLock implementation
which should increase performance in many common situations.
@demoray demoray merged commit 3c57ac4 into Azure:main Nov 29, 2023
19 checks passed
@demoray demoray deleted the move-to-rwlock-for-storage-creds branch November 29, 2023 16:42
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