Common parser string buffer
Chlumsky opened this issue · 1 comments
Chlumsky commented
It may be slightly beneficial for performance if the generated parser class had a common string buffer member variable instead of temporaries in individual functions, namely:
json-cpp-gen/src/types/StructureType.cpp
Lines 24 to 25 in bb1a666
json-cpp-gen/src/types/EnumType.cpp
Lines 15 to 16 in bb1a666