voyage icon indicating copy to clipboard operation
voyage copied to clipboard

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

Open noha opened this issue 3 years ago • 0 comments

… 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.

noha avatar Aug 17 '21 11:08 noha