Sharkbench

Benchmarking programming languages and web frameworks

Kotlin web frameworks

About Kotlin

Paradigm

Object-Oriented, Functional, Imperative

Execution

JIT, AOT

Typing

Static

Null Safety

YES

Memory Management

Garbage Collection

Kotlin is a modern programming language developed by JetBrains and officially supported by Google for Android development. It is designed to be fully interoperable with Java and addresses many of the pitfalls of Java, such as verbosity and null pointer exceptions. Kotlin introduces features such as null safety, extension functions, and infix notation that enable concise and expressive code designs. With its adoption on the Android platform, Kotlin has rapidly become a favorite for mobile developers. Additionally, Kotlin is highly effective for server-side development, particularly when used with the Spring Framework.

Benchmarks

This benchmark tests how fast a framework can perform concurrent HTTP requests, I/O operations, and JSON de/serialization.
MedianP99
Framework
Requests per second
Latency
Stability
Memory
Kotlin (Temurin) / Ktor (Netty)
5238
2.6 ms
4.20 %
164.2 MB

© 2024 Tien Do Nam