一个深度学习研究员学习Rust的经验
作为深度学习研究员,处于深度学习领域的最前沿,自然用 py 和现成的框架是不够的。而 Rust 是一个非常好的替代 c++ 的底层算法实现选择。
https://www.reddit.com/r/rust/comments/pft9n9/i_wanted_to_share_my_experience_of_rust_as_a_deep/
Rust 比现代 C++ 的优势在哪些地方
这里有非常详实的讨论:
https://www.reddit.com/r/rust/comments/2mwpie/what_are_the_advantages_of_rust_over_modern_c/
Novus - 一个rust实现的 Windows 包管理器
性能比 Chocolatey 高 3~10倍。
https://github.com/novus-package-manager/novus
一个 Gopher 的 Rust 冒险
作者记录了自己学习 Rust 的心路历程,很详细,文笔不错。
https://thespblog.net/a-gophers-foray-into-rust/
组合使用 Axum, Hyper, Tonic, Tower 开发 Web/gRPC 混合接口的 app:第一部分
代码一行行讲解的一个 tutorial。值得学习。
https://www.fpcomplete.com/blog/axum-hyper-tonic-tower-part1/
关于高性能 Rust 代码的几个简单的调优方法
列举了几个简单的操作就能达到很好的效果,非常实用。
https://deterministic.space/high-performance-rust.html
使用 Rust + SIMD 开发世界上最快的 tac
tac 是一个命令行工具,用于翻转一个文件的内容。被收录于 GNU core-utils。而 Rust 结合 SIMD,达到了最快的速度。
https://neosmart.net/blog/2021/using-simd-acceleration-in-rust-to-create-the-worlds-fastest-tac/
--
社区学习交流平台订阅:
- Rustcc论坛: 支持rss
- 微信公众号:Rust语言中文社区