Y
Hacker News
new
|
ask
|
show
|
jobs
by
kaba0
1008 days ago
A minimal Java app can easily start up in 0.1 seconds, which might just as well be good enough, but if not, there is also GraalVM that can output a native binary.
1 comments
gabereiser
1008 days ago
I’ll just leave this with you. 0.1 difference may not seem like a lot until you start hitting 100M invocations.
https://mikhail.io/serverless/coldstarts/aws/languages/
link
crummy
1008 days ago
Wouldn't you have a lot of warm starts with that many invocations?
link
kaba0
1008 days ago
At that point, why lambda?
link
https://mikhail.io/serverless/coldstarts/aws/languages/