You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A runtime for executing AWS Lambda Functions powered by Kotlin Native, designed to mitigate known
@@ -21,8 +20,7 @@ following [OS-only runtime machines](https://docs.aws.amazon.com/lambda/latest/d
21
20
22
21
Performance benchmarks reveal that Kotlin Native's "Hello World" Lambda function, executed on Amazon
23
22
Linux 2023 (x86_64) with 1024MB of memory, ranks among the top 5 fastest cold starts. Its
24
-
performance is on par with Python and .NET implementations. For a comparison with other languages (
25
-
including Java), visit https://maxday.github.io/lambda-perf/.
23
+
performance is on par with Python and .NET implementations. For a comparison with other languages (including Java), visit https://maxday.github.io/lambda-perf/.
0 commit comments