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

[wombat/utils] Created a Cached<T> API for lazily loading values #152

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

spacey-sooty
Copy link
Member

This allows us to create optimisations for values that do not need to be called regularly.

@spacey-sooty spacey-sooty added enhancement New feature or request Wombat This relates to Wombat (also create a mirror issue there) labels Feb 29, 2024
@spacey-sooty spacey-sooty self-assigned this Feb 29, 2024
@spacey-sooty spacey-sooty requested a review from a team as a code owner February 29, 2024 14:47
@spacey-sooty spacey-sooty force-pushed the spacey-sooty/caching-optimisation branch from c87bc00 to 1034655 Compare March 2, 2024 02:19
This allows us to create optimisations for values that do not need to be
called regularly.
@spacey-sooty spacey-sooty force-pushed the spacey-sooty/caching-optimisation branch from c0b7c2d to 11b8d8a Compare March 2, 2024 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Wombat This relates to Wombat (also create a mirror issue there)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant