File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010[/-----------------------------------------------------------------------------]
1111
1212
13- [section Direct parsing ]
13+ [section Direct conversion ]
1414
1515For large inputs parsing into the library's containers followed by conversion
1616via __value_to__ (or vice versa __value_from__ followed by serialization from
@@ -26,7 +26,7 @@ members of described `struct`s, and alternatives of variants.
2626
2727That being said, if your types are default-constructible and you don't need
2828the customisability allowed by __value_to__ and __value_from__, then you can
29- get a significant performance boost with direct parsing .
29+ get a significant performance boost with direct conversions .
3030
3131Direct parsing is performed by the __parse_into__ family of functions. The
3232library provides overloads that take either __string_view__ or `std::istream`,
You can’t perform that action at this time.
0 commit comments