After some investigation, I don't think `node.as<std::string>()` is a good approach, it's cheaper to do `node.Scalar()`. This is specific to `std::string` - you want `as<>()` for other types, but `std::string` is by far the most common.
[ Full content available at: https://github.com/apache/trafficserver/pull/4099 ] This message was relayed via gitbox.apache.org for [email protected]
