|
|
|
|
|
by jgrant27
1729 days ago
|
|
After using Rust for a few years professionally it's my take that people that really want to use it haven't had much experience with it on real world projects. It just doesn't live up to the hype that surrounds it. The memory and CPU savings are negligible between Go and Rust in practice no matter what people might claim in theory.
However, the side effects of making your team less productive by using Rust is a much higher price to pay than just running you Go service on more powerful hardware. There are many other non-obvious problems with going to Rust that I won't get into here but they can be quite costly and invisible at first and impossible to fix later. Simple is better. Stay with Go. |
|
I don't see Rust having much of a place in web services development until there's years of improvements in place. There's plenty of other potentially appropriate places for Rust replacing systems code.