clj-kondo

https://github.com/clj-kondo/clj-kondo
2020-09-09T03:37:06.085700Z

that's this issue, right? https://github.com/borkdude/clj-kondo/issues/992

borkdude 2020-09-09T05:52:40.086200Z

Correct

borkdude 2020-09-09T13:30:40.086600Z

cutting a new release... https://github.com/borkdude/clj-kondo/blob/master/CHANGELOG.md#v20200909 🦜

borkdude 2020-09-09T13:55:00.087100Z

Done, 2020.09.09 released. Have fun! :)

👏 4
🎉 4
dominicm 2020-09-09T15:12:39.088400Z

Curious to know if you measured performance for parallel linting and how it went?

dominicm 2020-09-09T15:12:57.088800Z

I guess CI will benefit mostly?

borkdude 2020-09-09T15:27:24.089800Z

I did measure. Depending on your CPU you can see speed-ups of several factors. This has no impact on linting just one file, it's only beneficial when linting a classpath (e.g. to populate your cache).

👍 1
borkdude 2020-09-09T19:39:50.091100Z

https://github.com/clj-kondo/inspector

dominicm 2020-09-09T21:05:22.091600Z

Gotta get that thread ripper in play eh

borkdude 2020-09-09T21:09:00.091800Z

Yeah, but even on my 8-core macbook pro it's noticeable. On my dual-core Macbook Air far less.

borkdude 2020-09-09T21:09:41.092Z

I don't have a thread ripper btw, just one model cheaper than that

borkdude 2020-09-09T21:09:47.092200Z

My colleague does

dominicm 2020-09-09T22:22:33.092400Z

Here I am on my old fx8350 😀