New experimental git_status_async
option
#152
cseickel
announced in
Announcements
Replies: 2 comments 2 replies
-
Excited about this upcoming optimization :) Currently, if I open the tree via the toggle on a large repo., there will be a sensible delay. (not sure whether this is related to this upcoming feature though. been too busy these days so I might have missed many important announcements.)
bwt, What did you mean speed of a repo.? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I probably should have mentioned that this was in main when I wrote the announcement, but has just been released to v1.x / v1.38 now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just added in the ability to run the git status check as a background check instead of as part of every render. I'm adding this in as an undocumented option right now because I want to test it out before making it the new default. If it works as expected, I'll just drop the undocumented option and always run this process async.
Along with that is another new option to run the gitignore checks perf rolder as needed instead of for the whole repo in one shot. In that case, which one is more efficient probably depends on the size and speed of your repo.
I'm looking for testers! Here are the options to try out the new functionality:
if you try it out, please provide feedback. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions