Even here - https://www.techempower.com/benchmarks/#section=data-r16&hw=ph&test=plaintext
Rust is more than 4-5 times on top 15 and Go is only one time in top 65 and more funnier to see is python an interpreted language is more times than go in top 65.
Also - check out here - https://github.com/tbrand/which_is_the_fastest (Detail list of all framework and benchmark)
what I learnt from presentation of "Go" replacing "C++" in "dl.google.com" was performance.
More than half of the go developer uses go because of it's simplicity and performance. There is no other beauty hidden in it as far as I know.
And when there is alternative to same simplicity and much better performance in other similar new language, the future as golang developer would look dark to me or to person like me.
-j
--
Will Go 2 learn from Rust in terms of performance?
Will Go 2 learn from Rust in terms of performance?
You would be right if only it was 25 years ago. At the time, hardware was the main limitation and people had to optimize their code aggressively in order to use less resources.
Will Go 2 learn from Rust in terms of performance?
or
Will Go 2 learn any thing from Rust to be like it in terms of stuff where Go 2 is known for, and not get beaten by Rust performance?Rust framework like - https://github.com/actix/actix-web beats the best performing framework of golang with miles distance.
Yet, people say, Rust was or is not much for web and Go is good for it, and rust still outperformed Go in it's own space.
I'm drinking yet another cup of coffee reading reddit thread about new cool stuff coming into the language.
Right, but only if you have these pieces. Consider you play tetris with L blocks only. It's possible to win the game, but it's much better to have all the diversity of the original game.
From my point of view, rust is just a useless language
With valgrind and sanitizer,we can easily solve all problems that rust claims to better then C/C++