Skip to content

Instantly share code, notes, and snippets.

@zacky1972
Created June 2, 2019 11:41
Show Gist options
  • Save zacky1972/02f534e5342d4ee38c03c15a9a80f133 to your computer and use it in GitHub Desktop.
Save zacky1972/02f534e5342d4ee38c03c15a9a80f133 to your computer and use it in GitHub Desktop.
Ryu: Fast Float-to-String Conversion

https://dl.acm.org/citation.cfm?id=3192369

やばい論文を見つけた。たとえるなら,世界中でありふれた野菜炒めで世界一だと認められたようなもの。一刻も早く全文を読みたい。

Abstract

We present Ryu, a new routine to convert binary floating point numbers to their decimal representations using only fixed-size integer operations, and prove its correctness. Ryu is simpler and approximately three times faster than the previously fastest implementation.

解決したい技術的課題

関連研究

提案内容

We present Ryu, a new routine to convert binary floating point numbers to their decimal representations using only fixed-size integer operations, and prove its correctness.

性能検証

Ryu is simpler and approximately three times faster than the previously fastest implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment