bneradt commented on code in PR #12591:
URL: https://github.com/apache/trafficserver/pull/12591#discussion_r2470945713
##########
include/tsutil/Metrics.h:
##########
@@ -535,6 +537,41 @@ class Metrics
}; // class Counter
+ class StaticString
+ {
+ public:
+ using StringStorage = std::map<std::string, std::string>;
Review Comment:
Seems like ordering isn't a value-add for this use case. Might as well use
`std::unordered_map`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]