blackhole icon indicating copy to clipboard operation
blackhole copied to clipboard

Optimize JSON formatter: unnecessary string conversions

Open 3Hren opened this issue 9 years ago • 0 comments

There are some maps with std::string. However an attribute name is a std::string_view, and without c++17 it's required to always convert view into string to perform find operation.

This can be optimized.

3Hren avatar Aug 22 '16 11:08 3Hren