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

Conversation

lewis6991
Copy link
Owner

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 lewis6991 force-pushed the perf/blamecache branch 7 times, most recently from e6c7179 to 298a1e6 Compare September 24, 2023 15:40
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 lewis6991 merged commit bdeba1c into main Sep 24, 2023
6 checks passed
@lewis6991 lewis6991 deleted the perf/blamecache branch September 24, 2023 16:01
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

1 participant