Y
Hacker News
new
|
ask
|
show
|
jobs
by
smegel
3191 days ago
Does it have any positive impact on startup time for simple programs if you are not loading large chunks of the JVM?
1 comments
merb
3191 days ago
yes. especially since in the future you can actually compile modules as libraries and aot load them. at the moment this is experimental and should probably only work for java.base
link