Adamish
Sep 21, 2022

--

That graph is...interesting? "Not Even Wrong" levels of interesting. Apparently Rust is slower than Python and PHP? And in the same company as interpreted languages (node, lua), and a garbage-collected language like Java? Hah!

I compiled the rust code from that repo and don't see anything like 71ms. With optimisations turned on and comparing with Go and C (gcc, with optimisations turned on), there's almost nothing between them. And certainly not a 10x difference.

I don't see myself writing C any time soon when Go and Rust both offer almost identical performance, large and modern ecosystems and much better ergonomics.

--

--

Adamish

I’m a Lead Developer and write mostly Ruby on Rails. I also dabble in any language that takes my fancy.