this post was submitted on 04 Feb 2024
45 points (100.0% liked)
Rust
5346 readers
1 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ah. No, keep reading:
(Emphasis on "go" is in the original.)
Lol.
To be fair, the Go implementation here is quite interesting since it scales way better than OS threads, so there are fewer downsides to spinning up a ton of threads. So it's closer to async abstracted behind a threading veneer, like the GREEN functions in the article.
Though the "known only to you" criticisms are absolutely on-point.
Yeah, Boats' point there is definitely about semantic correctness rather than performance. Goroutines do indeed have good performance.