moooonk commented on issue #2302:
URL: https://github.com/apache/fory/issues/2302#issuecomment-2995839527

   @fperez-RatedPower @chaokunyang 
   I'm very interested in the performance of Fury in concurrent scenarios, so I 
carefully read through your discussion. I studied the source code of the 
deserialization process. It seems that when byte data comes from an external 
source, whether you use the zero-copy interface to pass in the original Buffer 
externally doesn't actually reduce the number of final memory copies. Memory 
copies seem unavoidable when constructing the final object. Perhaps the 
performance degradation during deserialization under concurrency is caused by 
other reasons?


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to