Clojure application startup performance

后端 未结 3 1500
灰色年华
灰色年华 2021-01-17 08:49

I have written a few small utility applications in Clojure that I compile into self-contained executable JAR files (\"uberjars\") using Maven and the maven-shade-plugin. The

3条回答
  •  长发绾君心
    2021-01-17 09:15

    Of course, there is also the java -client JVM argument for improving JVM start up performance. This SO question goes into some detail about this topic.

提交回复
热议问题