Y
Hacker News
new
|
ask
|
show
|
jobs
by
lenkite
88 days ago
You can have a <20MiB Graal-compiled binary for a Java project if you use a lean framework like Micronaut. Memory footprint is 5–40 MB RSS.
1 comments
winrid
88 days ago
But with graal isn't the min compile time on avg hardware like a minute?
link
gf000
88 days ago
Yeah, but you only have to do that before shipping. You can just test/develop with "normal" java, you even get hot-reloading.
link