chaokunyang opened a new issue, #1967:
URL: https://github.com/apache/fury/issues/1967

   ### Feature Request
   
   
   Fury java serialize string with three encodings:
   - latin1: used when all chars are latin1. This will be just a memory copy in 
jdk11+
   - utf16: used when 50%+ chars are not ascii chars
   - utf8: used when 50%+ chars are ascii chars
   
   Fury java also use superword for 8 bytes check/writing
   <img width="422" alt="image" 
src="https://github.com/user-attachments/assets/118cd000-0fed-4880-88d9-fc9f728888ae";>
   
   
   ### Is your feature request related to a problem? Please describe
   
   _No response_
   
   ### Describe the solution you'd like
   
   _No response_
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


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