Try multiprocessing parallelism improvement#4784
Try multiprocessing parallelism improvement#4784MeGaGiGaGon wants to merge 5 commits intopsf:mainfrom
Conversation
JelleZijlstra
left a comment
There was a problem hiding this comment.
Seems fine to do, could also add a changelog entry since this likely will help perf in some cases.
I think Shantanu commented that we could reuse stat results from the cache logic, that might speed it up a bit more (avoiding syscalls).
This comment was marked as spam.
This comment was marked as spam.
…of not enumerating again Signed-off-by: cobalt <[email protected]>
Signed-off-by: cobalt <[email protected]>
|
Looking at diff-shades, there is a noticeable difference in speed when running bigger files first. Stable style went from 6:51 to 4:23. However, preview style only went from 7:19 to 7:10. |
Description
Trying the change from #4771 , I'd like to see if this helps reduce the diff-shades runtime, since the 22% speed increase from #4771 could be enough to make the action consistent again.
Checklist - did you ...
--previewstyle, following thestability policy?
CHANGES.mdif necessary?