Shreck Ye fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) 10 luni în urmă
..
gradle fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) 10 luni în urmă
src 3e94d08a4a Use `PgConnection` instead of `PgPool` in the portions "vert-web" and "vert-web-kotlin-coroutines" to improve performance (#7933) 2 ani în urmă
.gitattributes 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) 2 ani în urmă
README.md 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 ani în urmă
benchmark_config.json fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) 10 luni în urmă
build.gradle.kts fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) 10 luni în urmă
config.toml 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 ani în urmă
gradle.properties 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 ani în urmă
gradlew fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) 10 luni în urmă
gradlew.bat fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) 10 luni în urmă
settings.gradle.kts 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 ani în urmă
vertx-web-kotlin-coroutines-postgres.dockerfile fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) 10 luni în urmă
vertx-web-kotlin-coroutines.dockerfile fed744bee1 Revamp the Kotlin Vert.x portions "vertx-web-kotlinx" and "vertx-web-kotlin-coroutines" (#9374) 10 luni în urmă

README.md

Vert.x Web With Kotlin Coroutines Benchmarking Test

This is the Vert.x Web With Kotlin Coroutines portion of a benchmarking test suite comparing a variety of web development platforms.

This project is adapted from the Vert.x Web portion, with consistent dependency versions, code converted into Kotlin, and all future compositions adapted into coroutine calls, mainly to see how much overhead Kotlin coroutines introduce. See that project for more details.