Multihreading #1053
twojnarowski
started this conversation in
Ideas
Multihreading
#1053
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would splitting up code cleanup to start each file's cleanup on a new thread be a good idea? Right now it seems to by utilizing only one CPU core, so the benefit of running on multiple threads would speed up cleanup for big projects with many files by a lot.
Beta Was this translation helpful? Give feedback.
All reactions