Comment by lenkite
5 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.
5 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.
But with graal isn't the min compile time on avg hardware like a minute?
Yeah, but you only have to do that before shipping. You can just test/develop with "normal" java, you even get hot-reloading.