gregorym / atom-inline-blame

Atom package to display blame inline
https://atom.io/packages/atom-inline-blame
MIT License
24 stars 3 forks source link

UI seems to block after moving the cursor #11

Open dmnd opened 5 years ago

dmnd commented 5 years ago

I'm in a reasonably large git repo. When I have this extension enabled, Atom is noticeably slow when I click the mouse to move the cursor. The cursor doesn't draw in the new places until about 300-500ms have passed.

Is this extension making a synchronous call to git in an event handler for cursor position change?

gregorym commented 4 years ago

I just tried with with the Ionic (https://github.com/ionic-team/ionic) repo and it was as fast as a small repo.

Are you able to repro using an open source package?

dmnd commented 4 years ago

I've now switched away from Atom, so I'm going to unsub from this issue. Please feel free to close it or keep it open at your preference.