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

Commits on Jul 20, 2024

  1. ENH: NAV-117 - Introduce read and write lock for eviction cache

    - Avoid global lock if multiple threads access cache in read case.
    munterfi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    11fb7b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. ENH: NAV-117 - Compute value without any lock to avoid global blockin…

    …g of the cache
    
    - Comes at the cost of potential duplicate computations.
    munterfi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    53876e0 View commit details
    Browse the repository at this point in the history