Open flashus opened 8 years ago
Thanks for opening a new Issue :grinning:
Thanks for quick response! :+1:
We're working on some stuff to improve the overall performance of the Git repository interactions. These changes should alleviate some of this pain. I just don't know what the schedule is on getting those changes out right now :frowning:
/cc @joshaber for when he gets back from vacation
Unfortunately we're probably still a few versions away from those fixes being released. :disappointed: But know that it is coming.
@joshaber Has this been fixed with status-bar@1.0.0?
Hmm, it's hard to say. GitRepository
still does a lot of work behind the scenes. The best way to find out would be to try it!
I have problems with status-bar git part. When I open git repository it takes long time to open files there. Atom started from cmd
atom --safe
Profiling point to GitRepository.prototype.getDiffStats:My system: Atom 1.3.2, Windows 7 x64, git version 1.9.5.msysgit.1
I've tried to speed up git http://stackoverflow.com/questions/4485059/git-bash-is-extremely-slow-in-windows-7-x64 $ git config --global core.preloadindex true $ git config --global core.fscache true $ git config --global gc.auto 256 But it doesnt help.
I also have problem with tree-view, only on git repositories when opening subfolders. Profiling:
On my mac there are no issues, only on windows pc. On windows 10 works fine.