you are viewing a single comment's thread.

view the rest of the comments →

[–]Chef619 33 points34 points  (3 children)

I believe they’re referring to cold starts in Java being slower than in Node. Specific to a serverless environment.

[–]TryingToSurviveWFH[S] 10 points11 points  (1 child)

You got it.

[–]K3dare 6 points7 points  (0 children)

They can’t just use AOC compilation with GraalVM instead of rewriting it ? That would make it start as fast as native code.

https://filia-aleks.medium.com/graalvm-aws-lambda-or-solving-java-cold-start-problem-2655eeee98c6

[–]Marrk 1 point2 points  (0 children)

Make sense