Fork me on GitHub
#leiningen
<
2020-01-22
>
mikerod02:01:36

I always thought the slowest parts I see have been just compiling a bunch of clj namespaces.

mikerod02:01:49

As far as tooling goes.

ghadi02:01:55

lein is aot compiled ^ unzip -l /usr/local/Cellar/leiningen/2.9.1/libexec/leiningen-2.9.1-standalone.jar | awk '{print $4}' | sort | grep __init.class

mikerod02:01:29

Well I mean all the middleware and stuff along with plugins

mikerod02:01:31

I don’t remember profiling results now. I believe there were some insightful blog posts showing where the time goes that was out about a year or so ago. And made sense.

mikerod02:01:45

Perhaps can find