Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
utils/funcexp/func_json_*.cpp implementations use NullString copying constructor instead of using a string_view functionality to hold a view inside a std::string.
This can be detrimental to JSON_* functions performance.