Java JIT vs Java AOT vs Go for small, short-lived processes Posted on December 20 , 2019 There is still a common belief about Java being slow (especially during the startup) and memory-consuming, making it not being the first option for ephemeral service instances, like containers. This blog post pretends to put some light on those assertions, quantifying the impact of a last-generation JVM in a s