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

Add concurrent cache #19

Open
karimsa opened this issue Sep 7, 2018 · 0 comments
Open

Add concurrent cache #19

karimsa opened this issue Sep 7, 2018 · 0 comments

Comments

@karimsa
Copy link
Owner

karimsa commented Sep 7, 2018

A concurrent cache should optimize for concurrent calls to the same expensive operation. The operation parameters should act as the hashed key to a hash map while only a weak reference is kept to the value. When concurrent calls are made, only one call should pass through and all calls should receive a strong reference to the same result. When all consumers exit, the GBC should cleanup the reference & the entry.

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

No branches or pull requests

1 participant