You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another apporach could be to do a git blame and when a file is opened by the user, and then store it on memory, and just fetch the blame from this file when the cursor is on a line, this might make the IO less, but memory usage more.
But I think this is worth considering and trying out.
Noticed in nixpkgs that how
git
is called on each line leads to heavy CPU usage on a MacBook M1 Air. Should fix that.The text was updated successfully, but these errors were encountered: