nedap / formatting-stack

An efficient, smart, graceful composition of Clojure formatters, linters and such.
Eclipse Public License 2.0
99 stars 2 forks source link

Parallelize `namespaces-within-refresh-dirs-only` #178

Closed vemv closed 3 years ago

vemv commented 3 years ago

Brief

Fixes nedap/formatting-stack#168

QA plan

It can be observed that the included test passes even when undoing the fix.

I also verified the performance improvement described in https://github.com/nedap/formatting-stack/issues/168, in a repl that loads a large codebase:

Before

image

After

image

Author checklist

Reviewer checklist