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 @@ -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
2427If you have a recent version of CMake (3.15 or better) under linux, you can simply
2528go in the directory and type the following commands:
You can’t perform that action at this time.
0 commit comments