前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >【Rust 日报】2022-6-10 (async) Rust 并不难

【Rust 日报】2022-6-10 (async) Rust 并不难

作者头像
MikeLoveRust
发布2022-11-28 15:10:51
1950
发布2022-11-28 15:10:51
举报

【油管趣搞】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&timestamp=1654833200&unique_k=t1CC5KY&share_times=1

附上视频中出现的 RIIR:

  • grep -> ripgrep
  • cat -> bat
  • find -> fd
  • sed -> sd
  • top -> ytop
  • coreutils -> uutils
  • xterm -> alacrity
  • ls -> exa
  • gold -> mold
  • Python -> RustPython
  • jekyll -> zola
  • go -> goscript
  • electron -> tauri
  • V8 -> spidermonkey
  • Qt -> iced
  • BitCoin -> solana
  • nodejs -> deno
  • Linux -> Rust for Linux

(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

--

From 日报小组 hjj

社区学习交流平台订阅:

  • Rust.cc 论坛: 支持 rss
  • 微信公众号:Rust 语言中文社区
本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2022-06-10,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 Rust语言学习交流 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 【油管趣搞】Rust 语言是不可避免的趋势
  • (async) Rust doesn't have to be hard
  • hpyer vs rocket
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档