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

feat: add git blame fetch at the opening of a text file #76

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mishraprafful
Copy link
Collaborator

Related Issues/PRs

Closes #62

Changes

  • Fetching bulk git diff for the file, and storing it to use when a line is active
  • Potentially would consume more memory, but could be better at the speed when the file size is huge (as using pre-fetched diffs, will still use existing logic to avoid lag as soon as a file is opened)

Comments

  • This is partially tested, TODOs still need to be worked on

@mishraprafful mishraprafful self-assigned this Jul 9, 2024
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.

Improve performance for large repos
1 participant