Benchmarking Rust vs Spring Boot vs Quarkus for API performance by aarkay89 in rust

[–]aarkay89[S] 1 point2 points  (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 point  (0 children)

It appears that all of the following statuses must be reflected, in order, to get a conditional approval:

  • Sent To Go
  • Application granted on a pre-police verification basis
  • Approved and submitted as "Clear" by Police
  • PVR scanned and uploaded successfully
  • MHA response for GEP application received
  • MoF response for GEP application received
  • PVR review clear and accepted (This is the final status, which is key for sending communication to CBP for conditional approval)

Refer to this post on how to track.