theweipeng opened a new pull request, #1286:
URL: https://github.com/apache/incubator-fury/pull/1286

   1. Make the tag string lazy to avoid creating strings.
   2. Add the serializeVolatile API to take ownership of the bufferWriter and 
avoid buffer copying, which is 30% faster than the serialize operation. There 
is a usage limitation; the bufferWriter remains inaccessible until the dispose 
method from the result of serializeVolatile has been called.
   4. Remove the useLatin1 configuration, which is a standard in the Fury 
protocol.
   
   Before: 
   
![image](https://github.com/apache/incubator-fury/assets/16490211/aa8cba42-aafd-4f5b-ab73-2ac698dc8726)
   
   After:
   
![image](https://github.com/apache/incubator-fury/assets/16490211/106ea85c-be7d-4bfe-98b1-05d766b43035)
   


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