【Rust 日报】2022-6-10 (async) Rust 并不难
-
Rust语言中文社区
2022-06-10 23:54:10
-
数据库开发技术
-
原创
【油管趣搞】Rust 语言是不可避免的趋势
b站搬运: https://www.bilibili.com/video/BV1wr4y1V758?p=1&share_medium=iphone&share_plat=ios&share_session_id=09674680-F266-445E-B4C3-90F224D24588&share_source=WEIXIN&share_tag=s_i×tamp=1654833200&unique_k=t1CC5KY&share_times=1
(async) Rust doesn't have to be hard
这篇文章持有与上周五 Rust Is Hard, Or: The Misery of Mainstream Programming 一文不一样的观点:如果你懂得权衡性能与可用里,例如不过分纠结 Arc
优化、使用适当的 动态分发,Rust 也可以不复杂。原文:https://itsallaboutthebit.com/async-simple/hpyer vs rocket
shuttle 是一款stateful serverless框架,可以直接使用 rocket,这公司对比了 hyper 与 rocket 的功能、编译时间与性能。至于是需要更底层开发 hpyer 框架直接使用,还是基于 rocket 框架来获得更多开箱即用的功能,就要看各位的权衡了。https://www.shuttle.rs/blog/2022/06/01/hyper-vs-rocket