Skip to content

Commit 419341c

Browse files
authored
Update README.md
1 parent aa534f5 commit 419341c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ it's very likely because all parsers need to check the first character by itself
8686
macros `FASTFLOAT_ONLY_ROUNDS_TO_NEAREST_SUPPORTED` if you only need `FE_TONEAREST` rounding mode in the parsing; this option
8787
also improves performance a bit and reduces code size. In the high-performance example, I also use the [fmt library](https://github.com/fmtlib/fmt), which also
8888
supports all C++ standards since C++11. I also recommend using `string_view` everywhere if it's possible; it's available
89-
since C++17, and if you want maximum performance, use the latest compiler with the latest C++ with maximum optimization:
89+
since C++17, and if you want maximum performance, use the latest compiler with the latest C++ with maximum optimization (I use C++23 and some from C++26):
9090
```
9191
-O3 -DNDEBUG + LTO
9292
```

0 commit comments

Comments
 (0)