git-log
git-log copied to clipboard
Performance Slow
First off, awesome package. I love SourceTree, but would love to have it inside atom.
That being said, loading up my company's main repo, git-log takes 12 seconds to load, and bogs the editor pretty badly.
I didn't see any settings or anything to help, but wanted to let you know. I don't have any solutions or anything either. :(
@LucasKA Thank you.. I did try to fix it .. But its not perfect .. I tried to add pagination.. If you want to you can use the feature/analysis branch.. College is kind of bogging me down :(
Now when I think of it , that branch used to work with old API's so may be i need to merge master back into it to make it work with the new api"s
@NikhilKalige I hope you can get some help for it, maybe I'll take a stab on the weekend, but it's a really cool project.
i solve this in brackets editor doing a infinite scroll for example when u load the log u will only load the last 100 commits and when u scroll to the end load 100 commits more ....
@Azakur4 You should submit a pull request too!
I will try to do
i try to do something but the problem to me actually is the graph part and how its build.
This is a great package on small repos. But it kills my editor on large ones. It will be great once you get the time to implement paging/limits.
i implement that functionality for git plus.
+1