https://epiccastle.io/blog/faster-graalvm-clojure-compilation-times/
This is great, thank you!
One thing I donโt quite get: does it really do anything to add -J-Dclojure.compiler.direct-linking=true
to the invocation of native-image
? If so โ how?
I don't think so, since by then the code has already been AOT compiled by Clojure
Right, I thought so. Thanks!