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

Defer creation of cache directory #13420

Merged
merged 2 commits into from Nov 8, 2022

Commits on Nov 8, 2022

  1. Defer creation of cache directory

    We've been redundantly telling the system to re-create the cache
    directory for transformed files, even when just looking up
    already-transformed ones.
    This syscall has a light impact when occurring in large codebases.
    
    Improve this by deferring `createDirectory` until right before
    we save the "transform result".
    
    Signed-off-by: Mitchell Hentges <mhentges@spotify.com>
    mitchhentgesspotify committed Nov 8, 2022
    Copy the full SHA
    46cc735 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Signed-off-by: Mitchell Hentges <mhentges@spotify.com>
    mitchhentgesspotify committed Nov 8, 2022
    Copy the full SHA
    7d874a2 View commit details
    Browse the repository at this point in the history