improve MessageTypeSupport performance. (backport #562)#571
Conversation
* improve MessageTypeSupport performance. Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> * address review comments. Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> --------- Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> (cherry picked from commit fd48d58)
|
Pulls: #571 |
|
Pulls: #571 |
Description
The optimization follows biodranik's suggestion from the PR review, addressing the performance issue at its source.
Removed expensive operations:
Replaced with efficient plain string operations:
related to #561
Is this user-facing behavior change?
No,
Did you use Generative AI?
Yes, Claude Sonnet 4.6
Additional Information
This is an automatic backport of pull request #562 done by [Mergify](https://mergify.com).