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

perf(blame): better cache invalidation #886

Merged
merged 1 commit into from
Sep 24, 2023
Merged

perf(blame): better cache invalidation #886

merged 1 commit into from
Sep 24, 2023

Commits on Sep 24, 2023

  1. perf(blame): better cache invalidation

    The blame cache is now maintained in the CacheEntry object
    and invalidated incrementally on buffer updates.
    
    In addition git-blame is bypassed if the cursor line is within a hunk.
    lewis6991 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    bfa1bc2 View commit details
    Browse the repository at this point in the history