Rust vs Go Concurrency Safety for Noobs

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

The second biggest problem with that - as soon as a Go newbie discovers concurrency, they apply it to everything, whether its needed or not.
On the next day they discover channels - and then everything uses goroutines communicating via channels, whether it needs it or not.
What could have been done in a simple loop can turn into a monster implementation.

steveoc