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

Fix thread contention in string-cache #441

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

blairsteven
Copy link
Contributor

Both database.c and callback.c use the hashtree code, so the cache needs to be protected with a lock.

Both database.c and callback.c use the hashtree code, so the cache
needs to be protected with a lock.
@carlgsmith carlgsmith merged commit 86ffbe2 into master Dec 10, 2024
1 check passed
@carlgsmith carlgsmith deleted the string_cache_lock branch December 10, 2024 23:14
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