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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ A runtime for executing AWS Lambda Functions written in Kotlin/Native, designed
16
16
17
17
## Performance
18
18
19
-
Benchmarks show that Kotlin Native's "Hello World" Lambda function on Amazon Linux 2023 (x86_64) with 1024MB memory is among the top 5 fastest cold starts, comparable to Python and .NET. For more details, visit [lambda-perf](https://maxday.github.io/lambda-perf/).
20
-
- Lambda 128mb provisioned memory
19
+
Benchmarks of Kotlin Native's "Hello World" Lambda function on Amazon Linux 2023 (x86_64) configured with different amounts of provisioned memory. For more detailed comparison, visit [lambda-perf](https://maxday.github.io/lambda-perf/).
20
+
-**Lambda 128mb provisioned memory**. Kotlin/Native outperforms JVM-based runtimes with a cold start nearly matching GraalVM and beating Java 17 and Java 21 SnapStart. It also uses less memory (28.5MB vs. Java 17's 82MB).
-**Lambda 512mb provisioned memory**. Kotlin/Native ranks among the top 7 fastest runtimes, ahead of Python, C#, and JVM, only trailing behind C++, Rust, LLRT, and Go.
0 commit comments