dtolnay/watt

Hand off code to a preinstalled optimized runtime if available

オープン

#2 opened on 2019/10/14

 (33 件のコメント) (2 件のリアクション) (0 人の担当者)Rust (31 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (1,522 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド