File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ Other implementations of Ryu:
89
89
| Go | Caleb Spare | https://github.com/cespare/ryu |
90
90
| C++ | Cqwrteur | https://github.com/expnkx/fast_io |
91
91
| C# | Dogwei | https://github.com/Dogwei/RyuCsharp |
92
+ | D | Ilya Yaroshenko | [ https://github.com/libmir/mir-algorithm ] [ 5 ] |
92
93
| Scala | Denys Shabalin | [ https://github.com/scala-native/scala-native ] [ 4 ] |
93
94
94
95
@@ -100,6 +101,8 @@ Other implementations of Ryu:
100
101
101
102
[ 4 ] : https://github.com/scala-native/scala-native/tree/master/nativelib/src/main/scala/scala/scalanative/runtime/ieee754tostring/ryu
102
103
104
+ [ 5 ] : https://github.com/libmir/mir-algorithm/tree/master/source/mir/bignum/internal/ryu
105
+
103
106
## Ryu Printf
104
107
Since Ryu generates the shortest decimal representation, it is not immediately
105
108
suitable for use in languages that have printf-like facilities. In most
You can’t perform that action at this time.
0 commit comments