I need to address this dumb battle between sync rust vs async rust #rustlang #coding

preview_player
Показать описание
tldr:

cpu bound: use sync rust
io bound: use tokio/async rust
Рекомендации по теме
Комментарии
Автор

Well, I mean no. If you can preform your computation on multiple threads then sync rust will be destroyed, you just need to understand the difference between green threads and os threads.

laycookie-fi
join shbcf.ru