Skip to content

Commit 6f85836

Browse files
authored
D Ryu implementation reference (#194)
1 parent 77e767f commit 6f85836

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Other implementations of Ryu:
8989
| Go | Caleb Spare | https://github.com/cespare/ryu |
9090
| C++ | Cqwrteur | https://github.com/expnkx/fast_io |
9191
| C# | Dogwei | https://github.com/Dogwei/RyuCsharp |
92+
| D | Ilya Yaroshenko | [https://github.com/libmir/mir-algorithm][5] |
9293
| Scala | Denys Shabalin | [https://github.com/scala-native/scala-native][4] |
9394

9495

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

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

104+
[5]: https://github.com/libmir/mir-algorithm/tree/master/source/mir/bignum/internal/ryu
105+
103106
## Ryu Printf
104107
Since Ryu generates the shortest decimal representation, it is not immediately
105108
suitable for use in languages that have printf-like facilities. In most

0 commit comments

Comments
 (0)