Hello there! I've been primarily working as a Go developer for quite some time now. I heavily rely on Go's concurrency features to carry out checks, respond to them, and manage numerous requests and responses using an API thrift protocol via an HTTP2 server.
In my current scenario, I'm aiming to efficiently manage a substantial number of concurrent tasks with utmost speed and minimal latency. If I'm looking to enhance the speed further, can Rust deliver the performance I'm seeking?
Short question:
Can rust concurrency be faster and more performant than go's concurrency?
Thanks.