Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Change rapidoid from a Realistic IA to a Stripped IA #2194

@mooman219

Description

@mooman219

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions