|
|
|
|
|
by jolmg
1700 days ago
|
|
Is the launching of processes on Windows so much slower than on Unix-type OSes that it would cause it to be "so slow" for that reason? Maybe the reason is another? Personally, I once had Magit act real slow at times because git-annex had added some git hook for something that I didn't need. Just removing that hook improved performance massively. Perhaps something similar is happening. Also, I'm not sure Emacs Lisp can interface directly with C libraries, so using libgit2 might not be an option. |
|
In a perfect world, Emacs would link to libgit2 and Magit would be adapted and folded into the core distribution.