dtolnay/ryu

Investigate faster performance than upstream implementation

开放

#35 创建于 2020年10月2日

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

仓库指标

星标
 (696 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

As observed in https://github.com/dtolnay/ryu/pull/34#issue-496690273, the 32-bit and 64-bit float-to-string benchmark in this repo is something like 40% faster than the exact same benchmark in https://github.com/ulfjack/ryu. We need to examine whether there is any inadvertent discrepancy between the two benchmarks, difference in build configuration, or any toolchain difference that would account for this. The code is a line-by-line transliteration so there should really be no performance difference, and certainly not this big.

贡献者指南