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

Introduced identity strategy in the repository. The current one is an… #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

noha
Copy link
Collaborator

@noha noha commented Aug 17, 2021

… image wide identity strategy because there is one VOCache for the whole image. Added a strategy that creates a VOCache per process. Therefor separated the code in VOCache into VOProtectedCache holding a mutex for synchronization and keeping VOCache unprotected because in a per process setting there is no need for synchronization it will just get slower.

… image wide identity strategy because there is one VOCache for the whole image. Added a strategy that creates a VOCache per process. Therefor separated the code in VOCache into VOProtectedCache holding a mutex for synchronization and keeping VOCache unprotected because in a per process setting there is no need for synchronization it will just get slower.
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.

None yet

1 participant