rewrite-clj

https://github.com/clj-commons/rewrite-clj
borkdude 2019-06-29T21:18:23.292600Z

I experimented with getting rid of the multi-method, but it didn't have any noticeable effect on performance, just fyi

lread 2019-06-29T21:25:41.293900Z

oh good to know @borkdude, thanks for letting me know!

borkdude 2019-06-29T21:26:08.294400Z

moreover, it seemed to have a little bit negative effect even, not sure why

borkdude 2019-06-29T21:33:47.295100Z

I thought I saved the link to the blogpost with performance improvements done to rewrite-cljs, but I think I lost it.

borkdude 2019-06-29T21:33:50.295300Z

do you have it still?

borkdude 2019-06-29T21:39:10.296600Z

maybe it CLJS it matters, but in Clojure not so much. Can't replicate his multi-method performance gain. I also think he is measuring differently than I do. I lint a couple of hundred files and then see if it makes a difference

lread 2019-06-29T23:10:49.298900Z

yes, I think he was checking perf in browser when working on light table? If I test on cljs, I’ll use its simple benchmark