Changelog其他节目汇集

294. [Code Cartoons, Rust, WebAssembly]

本篇内容是根据2023年1月份#Code Cartoons, Rust, WebAssembly音频录制内容的整理与翻译

Lin Clark 参加了节目,谈论了 Code Cartoons、她在 Mozilla 新兴技术小组的工作、Rust、Servo 和 WebAssembly(又名 Wasm),这是 Rust 社区在 2018 年让 Rust 成为一种网络语言的大目标(部分感谢) Wasm)、在 Rust 和 JavaScript 之间传递对象、依赖于 JavaScript 包的 Rust 库(反之亦然)、Wasm ES 模块,以及 Lin 即将在 Fluent 上关于浏览器并行未来的主题演讲。

SubQuery入门指南

SubQuery是波卡生态的 The Graph(以太坊生态的数据服务提供者)

SubQuery可以让开发者专注于其核心用例和前端,而无需浪费时间来构建用于数据处理的后端。


Rust vs Go:常用语法对比(13)


241. Yield priority to other threads

Explicitly decrease the priority of the current process, so that other execution threads have a better chance to execute now. Then resume normal execution and call function busywork.