не фанат конечно синтетик бенчмарков, но тут серьездно к делу подошли, причем к довольно тривиальной задаче, по подсчету слов: https://benhoyt.com/writings/count-words/
Benhoyt
Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust
Performance comparison of counting and sorting word frequencies in various languages (Python, Go, C++, C, AWK, Forth, and Rust)
Announcing Rust 1.51.0 | Rust Blog
https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html
https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html
Целая фундаментальная работа о выверенном Code Style https://optimal-codestyle.github.io/
прям толковае объяснение async https://fasterthanli.me/articles/pin-and-suffering
fasterthanli.me
Pin and suffering
I ’ d like to think that my understanding of “ async Rust ” has increased over the past year or so. I ’ m 100% onboard with the basic principle: I would like to handle thousands of concurrent tasks...
и чтобы разобратся что к чему, хороше видио про атомики https://youtu.be/rMGWeSjctlY
YouTube
Crust of Rust: Atomics and Memory Ordering
In this episode of Crust of Rust, we go over Rust's atomic types, including the mysterious Ordering enum. In particular, we explore the std::sync::atomic module, and look at how its components can be used to implement concurrency primitives like mutexes.…
Коллекция бесплатных сервисов для пет проектов в одном месте: https://free-for.dev/#/
не раст, но полезность: тут у Фаулера новая статья вышла, про исторически изменяемые данные https://martinfowler.com/articles/bitemporal-history.html
martinfowler.com
Bitemporal History
Bitemporal history has two dimensions: actual and record, allowing us to comprehend retroactive changes.
Rust For Beginners от Мелкософта О_о https://docs.microsoft.com/en-us/learn/paths/rust-first-steps/
Docs
Take your first steps with Rust - Training
Interested in learning a new programming language that's growing in use and popularity? Start here! Lay the foundation of knowledge you need to build fast and effective programs in Rust.