Skip to content

Commit ac4ae9d

Browse files
committed
add missing links in the README file
1 parent 0309a2d commit ac4ae9d

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
@@ -13,13 +13,16 @@ Currently, the following approaches are compared:
1313
- [sprintf](https://en.cppreference.com/w/c/io/fprintf)
1414
- [grisu2](https://github.com/simdjson/simdjson/blob/master/src/to_chars.cpp)
1515
- [grisu-exact](https://github.com/jk-jeon/Grisu-Exact)
16+
- [Errol](https://github.com/marcandrysco/Errol)
1617
- [std::to_chars](https://en.cppreference.com/w/cpp/utility/to_chars)
1718
- [schubfach](https://github.com/abolz/Drachennest/blob/master/src/schubfach_64.cc)
1819
- [Dragonbox](https://github.com/jk-jeon/dragonbox)
1920
- [Ryu](https://github.com/ulfjack/ryu)
2021
- [double-conversion](https://github.com/google/double-conversion)
2122
- [Abseil](https://github.com/abseil/abseil-cpp)
2223
- [Teju Jagua](https://github.com/cassioneri/teju_jagua)
24+
- [yy_double](https://github.com/ibireme/yyjson/issues/200#issuecomment-2726783097)
25+
- [SwiftDtoa](https://github.com/swiftlang/swift/blob/main/stdlib/public/runtime/SwiftDtoa.cpp)
2326

2427
If you have a recent version of CMake (3.15 or better) under linux, you can simply
2528
go in the directory and type the following commands:

0 commit comments

Comments
 (0)