Tzu-Li (Gordon) Tai created FLINK-21530:
-------------------------------------------
Summary: Precompute TypeName's canonical string representation
Key: FLINK-21530
URL:
https://issues.apache.org/jira/browse/FLINK-21530 Project: Flink
Issue Type: Improvement
Components: Stateful Functions
Reporter: Tzu-Li (Gordon) Tai
Assignee: Tzu-Li (Gordon) Tai
Fix For: statefun-3.0.0
There's room for improvement in StateFun's {{PersistedRemoteFunctionValues}}, where we currently concatenate strings to build the typename string for each state value we attach to a {{ToFunction}} message.
This extra work can be easily avoided by precomputing the canonical typename string, since {{TypeName}}'s are immutable.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)