dtolnay/watt

Hand off code to a preinstalled optimized runtime if available

开放

#2 创建于 2019年10月14日

 (33 条评论) (2 个反应) (0 位负责人)Rust (31 个派生)github user discovery
help wanted

仓库指标

星标
 (1,522 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

From some rough tests, Watt macro expansion when compiling the runtime in release mode is about 15x faster than when the runtime is compiled in debug mode.

Maybe we can set it up such that users can run something like cargo install watt-runtime and then our debug-mode runtime can detect whether that optimized runtime is installed; if it is, then handing off the program to it.

贡献者指南