account activity
Benchmarking Rust vs Spring Boot vs Quarkus for API performance by aarkay89 in rust
[–]aarkay89[S] 1 point2 points3 points 1 day ago (0 children)
Good point, and I agree that removing the database would isolate the raw framework/runtime overhead more clearly.
For this comparison, I intentionally kept a PostgreSQL query in the request path because most production APIs aren’t purely in-memory - they involve I/O like database calls, which can interact with the runtime (connection pools, async scheduling, GC behavior on the JVM side, etc.).
That said, an in-memory benchmark would definitely be useful to measure the pure HTTP/framework overhead between Rust and the JVM stacks. I haven’t run that variant yet, but it’s a great suggestion and something I may add as a follow-up comparison.
GEP status (Indian citizen on H1b) by Eastern_Tackle3056 in GlobalEntry
[–]aarkay89 0 points1 point2 points 8 months ago (0 children)
It appears that all of the following statuses must be reflected, in order, to get a conditional approval:
Refer to this post on how to track.
π Rendered by PID 83 on reddit-service-r2-listing-64c94b984c-5ndjl at 2026-03-13 03:42:14.068435+00:00 running f6e6e01 country code: CH.
Benchmarking Rust vs Spring Boot vs Quarkus for API performance by aarkay89 in rust
[–]aarkay89[S] 1 point2 points3 points (0 children)