Rust And Go Web API Performance Testing — Rust Baseline #1

Shanmukh Sista
Level Up Coding
Published in
4 min readOct 1, 2022

--

It is a common belief that RUST APIs are the most performant APIs because of its language semantics and manual memory management. It’s often compared to C++ in terms of performance. An aspect that makes me curious is also how does RUST compare with Golang. Can I gather some numbers that can help with a comprehensive evaluation? So, I decided to establish a baseline for a quite simple API…

--

--