[
https://issues.apache.org/jira/browse/SCB-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
wujimin closed SCB-842.
-----------------------
Resolution: Won't Do
Fix Version/s: java-chassis-1.1.0
give up jackson protobuf solution
> jackson protobuf serializer have performance problem
> ----------------------------------------------------
>
> Key: SCB-842
> URL: https://issues.apache.org/jira/browse/SCB-842
> Project: Apache ServiceComb
> Issue Type: Sub-task
> Components: Java-Chassis
> Reporter: wujimin
> Assignee: wujimin
> Priority: Major
> Fix For: java-chassis-1.1.0
>
>
> for length prefix data, always write data to temp buffer, and then copy to
> main buffer
> that's caused by protobuf dynamic length number feature.
>
> in fact, dynamic length number can reduce serialize result size, but make
> serialize logic too slow.
> we can try to change prefix length to fix length number, and test the whole
> performance
> if have a good result, we need to refactor ProtobufGenerator
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)