The JVM yes, and Java is the platform language, so it is the most efficient language for the JVM, and the one with least impedance mismatch.
golang is not a magical solution that doesn't have problems. It has its fair share. Its gc is subpar for throughput purposes for instance.
pprof is different. JFR provides live streaming events with minimal overhead. Regardless of what language you use, this feature is invaluable. It's not just for performance, but for debugging, monitoring, and tracing.
golang is not a magical solution that doesn't have problems. It has its fair share. Its gc is subpar for throughput purposes for instance.
pprof is different. JFR provides live streaming events with minimal overhead. Regardless of what language you use, this feature is invaluable. It's not just for performance, but for debugging, monitoring, and tracing.