Shreck Ye fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) пре 11 месеци
..
gradle fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) пре 11 месеци
src fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) пре 11 месеци
.gitattributes f60048f96d New benchmark: Vert.x-Web Kotlinx (#7910) пре 2 година
README.md fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) пре 11 месеци
benchmark_config.json f60048f96d New benchmark: Vert.x-Web Kotlinx (#7910) пре 2 година
build.gradle.kts fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) пре 11 месеци
gradle.properties f60048f96d New benchmark: Vert.x-Web Kotlinx (#7910) пре 2 година
gradlew fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) пре 11 месеци
gradlew.bat fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) пре 11 месеци
settings.gradle.kts f60048f96d New benchmark: Vert.x-Web Kotlinx (#7910) пре 2 година
vertx-web-kotlinx-postgresql.dockerfile fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) пре 11 месеци
vertx-web-kotlinx.dockerfile fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) пре 11 месеци

README.md

Vert.x-Web Kotlinx Benchmarking Test

Vert.x-Web in Kotlin with request handling implemented as much with official kotlinx libraries as possible.

Code is written from scratch to be as concise as possible with common code extracted into common (possibly inline) functions. SQL client implementation details and JVM Options are adapted referring to the vertx-web portion and the vertx portion. All requests are handled in coroutines and suspend awaits are used instead of future compositions. Compared to the vertx-web-kotlin-coroutines portion, besides adopting the Kotlinx libraries, this project simplifies the code by using more built-in Coroutine functions and avoids mutability as much as possible. JSON serialization is implemented with kotlinx.serialization and Fortunes with kotlinx.html. The benchmark is run on the latest LTS version of JVM, 21.

Test Type Implementation Source Code

implemented with kotlinx.serialization

implemented with kotlinx.html

Important Libraries

The tests were run with:

Test URLs

JSON

http://localhost:8080/json

PLAINTEXT

http://localhost:8080/plaintext

DB

http://localhost:8080/db

QUERY

http://localhost:8080/query?queries=

CACHED QUERY

http://localhost:8080/cached_query?queries=

UPDATE

http://localhost:8080/update?queries=

FORTUNES

http://localhost:8080/fortunes