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
some linters like prettier I believe only operate on a single core. What we could do is split the list of files across the # of cores which would accomplish 2 things:
we would only need write locks for a given tranche
prettier would be able to use all of the available cores
The text was updated successfully, but these errors were encountered:
some linters like prettier I believe only operate on a single core. What we could do is split the list of files across the # of cores which would accomplish 2 things:
The text was updated successfully, but these errors were encountered: