AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Startup Time and Throughput in Cloud Services
Quarkis has a dependency injection framework. The old style JVM would start up, you'd have your main class figuring out how to wire together all the dependencies. At runtime. And it would even be doing like bytecode modifications and scanning the class path. But that should be static. So that's exactly what Quarkis has done is said, okay, let's take that resolution of the graph and let's do it at build time instead of atruntime. Then you get all these benefits of lower memory, faster startup and yeah, all sorts of great stuff.