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

Feature/memoize combine #7233

Merged
merged 3 commits into from
Apr 5, 2024
Merged

Feature/memoize combine #7233

merged 3 commits into from
Apr 5, 2024

Commits on Apr 5, 2024

  1. feat(core): memoize result of combine

    this PR makes sure to only re-run the combine function if the function itself changed referentially or any of the inputs changed
    TkDodo committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3d6b24c View commit details
    Browse the repository at this point in the history
  2. docs: combine memoization

    TkDodo committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    eb2cdc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6456975 View commit details
    Browse the repository at this point in the history