Skip to content

Commit

Permalink
D Ryu implementation reference (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
9il authored Jan 27, 2021
1 parent 77e767f commit 6f85836
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Other implementations of Ryu:
| Go | Caleb Spare | https://github.com/cespare/ryu |
| C++ | Cqwrteur | https://github.com/expnkx/fast_io |
| C# | Dogwei | https://github.com/Dogwei/RyuCsharp |
| D | Ilya Yaroshenko | [https://github.com/libmir/mir-algorithm][5] |
| Scala | Denys Shabalin | [https://github.com/scala-native/scala-native][4] |


Expand All @@ -100,6 +101,8 @@ Other implementations of Ryu:

[4]: https://github.com/scala-native/scala-native/tree/master/nativelib/src/main/scala/scala/scalanative/runtime/ieee754tostring/ryu

[5]: https://github.com/libmir/mir-algorithm/tree/master/source/mir/bignum/internal/ryu

## Ryu Printf
Since Ryu generates the shortest decimal representation, it is not immediately
suitable for use in languages that have printf-like facilities. In most
Expand Down

0 comments on commit 6f85836

Please sign in to comment.