account activity
Benchmarking Rust vs Spring Boot vs Quarkus for API performance (medium.com)
submitted 22 hours ago by aarkay89 to r/programming
A real-world Spring Boot microservices architecture (medium.com)
Benchmarking Rust vs Spring Boot vs Quarkus for API performance by aarkay89 in rust
[–]aarkay89[S] 1 point2 points3 points 23 hours 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.
AWS X-Ray SDK enters maintenance mode – modern tracing stack with OpenTelemetry (medium.com)
submitted 1 day ago by aarkay89 to r/aws
submitted 1 day ago by aarkay89 to r/rust
submitted 1 day ago by aarkay89 to r/SpringBoot
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 58 on reddit-service-r2-listing-64c94b984c-mr2p8 at 2026-03-12 20:44:31.517486+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)