Any way to boost JVM Startup Speed?

后端 未结 6 852
耶瑟儿~
耶瑟儿~ 2020-12-10 02:25

It is said that Java is 10x faster than python in terms of performance. That\'s what I see from benchmarks too. But what really brings down Java is the JVM startup time.

6条回答
  •  死守一世寂寞
    2020-12-10 02:53

    Just learned about drip today, as an alternative replacement to nailgun: https://github.com/flatland/drip Also see this page for some general hints: see also https://github.com/jruby/jruby/wiki/Improving-startup-time

提交回复
热议问题