You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ianlewis
changed the title
[bug] v0.9.0-rc.2 --blame really slow on large codebases
[bug] v0.9.0-rc.2 --blame really slow on large codebases
Jul 17, 2024
ianlewis
changed the title
[bug] v0.9.0-rc.2 --blame really slow on large codebases
[bug] v0.9.0-rc.2 --blame very slow on large codebases
Jul 18, 2024
ianlewis
changed the title
[bug] v0.9.0-rc.2 --blame very slow on large codebases
[bug] --blame very slow on large codebases
Jul 22, 2024
It seems that go-git is pretty inefficient when it comes to repositories with a lot of commits. Running todos --blame on even just one file hangs for a very long time (I've never had it complete) for the Kubernetes codebase.
For comparison, git blame test/utils/runners.go runs in about 0.6 seconds.
Running
todos --blame
on a large codebase such as the Kubernetes codebase is very slow and doesn't seem to make much progress.The text was updated successfully, but these errors were encountered: