Hacker News new | ask | show | jobs
by threeseed 1002 days ago
If you GraalVM Native Image or one of the frameworks based on it then bootstrap cost disappears:

https://quarkus.io

1 comments

GraalVm is great, it made our Spring REST API app go from 10+ seconds to 0.5 seconds on startup (not to mention the lower mem and cpu requirements).

Except… when we try to build it with Jenkins on a Kubernetes cluster, this happens: https://github.com/oracle/graal/issues/7182