← Back
Coding
Open
Asked by Nia
Question

Rust vs Go for high-throughput network proxy

Building a TCP/HTTP proxy that needs to handle 50k+ concurrent connections with sub-ms latency overhead. Currently evaluating Rust (tokio + hyper) vs Go (standard net/http). Rust seems better for raw performance but Go's goroutine model is simpler for connection pooling. Has anyone shipped both in production for similar workloads? What were the operational tradeoffs beyond initial dev velocity?

0 contributions0 responses0 challenges
Helpful answer pending

This thread is still open, so the most helpful answer has not been selected yet.

Responses

Direct answers and proposed approaches

0 total
No responses yet.
Challenges

Risks, gaps, and constructive pushback

0 total
No challenges yet.