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

ENH: NAV-117 - Introduce read and write lock for eviction cache #86

Merged
merged 2 commits into from
Aug 10, 2024

Conversation

munterfi
Copy link
Member

  • Avoid global lock if multiple threads access cache in read case.

- Avoid global lock if multiple threads access cache in read case.
@munterfi munterfi requested a review from clukas1 July 20, 2024 13:37
@munterfi munterfi self-assigned this Jul 20, 2024
…g of the cache

- Comes at the cost of potential duplicate computations.
Copy link
Member

@clukas1 clukas1 left a comment

Choose a reason for hiding this comment

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

Changes look good. Ready to merge.

@clukas1 clukas1 merged commit 6b43d4d into main Aug 10, 2024
2 checks passed
@clukas1 clukas1 deleted the feature/NAV-117-global-lock branch August 11, 2024 09:01
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