Should go-git diff use modification times? #1664
hansbogert
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Plain git uses modification times heavily when doing git status for example. I noticed go-git simply always rehashes. However, for large repositories this is multiple times slower.
Is my observation correct? If so, do we want to implement the merkletrie with optional caching using the git index which holds the modification times?
Beta Was this translation helpful? Give feedback.
All reactions