Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

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
@mishraprafful mishraprafful force-pushed the feat/performance-imporvement branch from b57c517 to 89e7b04 Compare July 9, 2024 21:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve performance for large repos
1 participant