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 Memoize #113

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

Add Memoize #113

wants to merge 1 commit into from

Conversation

clitetailor
Copy link

This is convenient when you need to lazily compute a function. There's one problem, If the compute function takes a lot of time to process, it will lock the whole map until it finish.

@pablodz
Copy link

pablodz commented Jan 3, 2024

Found this fork: https://github.com/arp242/zcache

@arp242
Copy link

arp242 commented Jan 3, 2024

@pablodz I'm glad you found my fork useful! But commenting on tons of (old) PRs isn't too brilliant, especially when the patches (like this one) aren't even included in the fork.

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

3 participants