< 返回版块

gensmusic 发表于 2021-02-08 21:39

Emacs 配置 Rust 开发环境

喜欢使用 Emacs 的小伙伴如果想开发 Rust, 可以参考这篇文章进行详细的设置.

img

原文链接

HighwayHasher: HighwayHash的 Rust 高效实现

HighwayHasher 是一个 js 的 binding, 作者使用 Rust 实现了 google的 HighwayHash的, 提供了性能更好的 hash 方法.

最终是以 js 的 npm 包的形式提供给 node/browser 等调用.

下面是他的一些特征.

  • Isomorphic: Run on node and in the browser with the same API
  • Fast: Generate hashes at over 700 MB/s when running in web assembly
  • Faster: Generate hashes at over 8 GB/s when running on native hardware
  • Self-contained: Zero runtime dependencies
  • Accessible: Prebuilt native modules means no build dependencies
  • Small: 10kB when minified and gzipped for browsers
  • Run same test suite in node and browser environments
  • Minimal dev dependencies

原来链接

Rust 知识精炼

该文是作者将自己的所学的 Rust 知识整理到这里. 感兴趣的同学的可以看一下.

原文链接

使用 Rust 构造一个 OpenStreetMap app: part I

该文是 使用 Rust 构造一个 OpenStreetMap 的 app的第一部分.

img

原文链接

tantivy: 0.14 版本发布

tantivy 是一个搜索引擎库, 类似 lucene, 但是用 rust 写的.

目前 0.14 版本已发布.

github地址

--

From 日报小组 BobQin,FBI小白

社区学习交流平台订阅:

评论区

写评论

还没有评论

1 共 0 条评论, 1 页