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
{{ message }}
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Idiomatic Rapidoid as described on their website ( http://www.rapidoid.org/ ) differs extremely from the "realistic" approach used in the benchmark. A simple json implementation as per recommendation is simply On.get("/x").json("x");, while the actual implementation in the benchmark goes as hand writing line endings.
I would like the IA (Implementation Approach) column to be changed from "Realistic" To "Stripped" to reflect this.
I feel as though the Rapidoid results are deceptive in their results, the implementation for their approach is very specific, hand writing the byte arrays and creating a specialized protocol. https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/Java/rapidoid/src/main/java/hello/SimpleHttpProtocol.java
Idiomatic Rapidoid as described on their website ( http://www.rapidoid.org/ ) differs extremely from the "realistic" approach used in the benchmark. A simple json implementation as per recommendation is simply
On.get("/x").json("x");, while the actual implementation in the benchmark goes as hand writing line endings.I would like the IA (Implementation Approach) column to be changed from "Realistic" To "Stripped" to reflect this.