And that's not all! We really need to see memory consumption.
Rust programs versus Go
31–40 of 209 posts
Re: Rust programs versus Go
#32simplicity source brain load Rust 95% Go 23%
Re: Rust programs versus Go
#33This whole thing is meaningless and deeply flawed.
The sources of the various solutions vary a lot in quality: different libraries are used, different settings (in Go vs Java the use of threads is almost never the same).
I suspect the only true end of this benchmarking exercise is to make people comment vigorously on HN and similar forms.
Can we stop posting them?
Re: Rust programs versus Go
#34Oh no, not The Benchmarks Game again :( This whole thing is meaningless and deeply flawed. The sources of the various solutions vary a lot in quality: different libraries are used, different settings (in Go vs Java the use of threads is almost never the same). I suspect the only true end of this benchmarking exercise is to make people comment vigorously on HN and similar forms. Can we stop posting them?
I suspect you are right and some of the posters suffer from “watching the likes roll-in” addiction
Re: Rust programs versus Go
#35Nothing in these results should really surprise anyone. Go is a good tool for writing networking services, but it is not (and does not intend to be) a systems language. For another perspective, look at Go versus Python: https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
to be fair, it was explicitly designed to be a systems language, and its specification says "Go is a general-purpose language designed with systems programming in mind." This should be removed, and I would say that it gave up on its design goal of being a systems language.
Re: Rust programs versus Go
#36Earlier quoted context omitted.
What mem?
In portrait mode on my mobile device that website shows only the amount of time. In landscape it shows more columns of data. That kind of design is quite irritating and not how to do responsive websites right. Perhaps you were looking at the page in portrait mode on a mobile device as well?
Re: Rust programs versus Go
#37Re: Rust programs versus Go
#38Earlier quoted context omitted.
In portrait mode on my mobile device that website shows only the amount of time. In landscape it shows more columns of data. That kind of design is quite irritating and not how to do responsive websites right. Perhaps you were looking at the page in portrait mode on a mobile device as well?
Thank you for sharing this because I would not have assumed otherwise! Yes, I was looking at it in portrait mode from mobile.
Re: Rust programs versus Go
#39Nothing in these results should really surprise anyone. Go is a good tool for writing networking services, but it is not (and does not intend to be) a systems language. For another perspective, look at Go versus Python: https://benchmarksgame-team.pages.debian.net/benchmarksgame/...
[0] https://internals.rust-lang.org/t/announcing-the-network-ser...