The problem with the JVM, compared to Go, is the GC; it requires a lot of reserved memory. Go programs use far less.
And the SDK is bulky, which can be a problem for container images - although arguably it should be considered irrelevant, as you only download base images once, if done correctly.
homebrewer|10 months ago
https://www.baeldung.com/jlink
gf000|10 months ago
Also, not using as much memory in these types of GCs is a direct hit to performance. And this actually shows splendidly on GC-heavy applications/benchmarks.
neuroelectron|10 months ago
concerndc1tizen|10 months ago
neonsunset|10 months ago