Rust 1.57.0 stable 发布
时隔 6 周,Rust 1.57.0 stable 正式发布了,一起看看有哪些值得关注的新特性吧。
- 为 const 上下文添加
panic!
支持 - Cargo 现在可以自定义
profile
配置 - 稳定的
try_reserve
API
Announcing Rust 1.57.0: https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html
Wasmer 2.1.0 发布
经过几个月的工作,WASMER 发布了 2.1 版本。包含一些新功能和错误修复,包括:
- Wasmer Js.
- 虚拟文件系统
- iOS 支持
- Windows 下支持 Singlepass 编译
- LLVM ARM64 支持 & LLVM 13
- 更快的 Singlepass 编译
- 可重复和确定性构建
- 新语言集成:LISP 和 Crystal
Wasmer 2.1: https://wasmer.io/posts/wasmer-2.1
Rust 的 Mutex 真的比 C++ 慢吗?
作者试图对比 Rust 和 C++ 中 Mutex 的性能,结果发现 Rust 中的 Mutex 比 C++ 慢了大概 30 倍。
经过讨论,现阶段的结论是:C++ 可能存在一些作弊现象。在将所有东西包装在一个线程中后,Rust 与 C++ 在 Mutex 上具有相当的性能。
Reddit - Why is std::sync::Mutex 60-70x time slower than C++'s std::mutex?: https://www.reddit.com/r/rust/comments/r75wm6/why_is_stdsyncmutex_6070x_time_slower_than_cs/
This Week in Rust 419
新一期的 Rust 周报速递发布,快来看看有哪些内容你曾经关注过 :)
This Week in Rust 419: https://this-week-in-rust.org/blog/2021/12/01/this-week-in-rust-419/
From 日报小组 PsiACE
社区学习交流平台订阅:
评论区
写评论还没有评论