GitHub user chaokunyang added a comment to the discussion: Java: maximum performance with minimum overhead
@mchernyakov Fory serialize string using a hybrid `latin1/utf16/utf8`, maybe it select `utf16` for string serialization where `utf8` give smaller payload. I'm not sure whether this is your case. But currently fory doesn't provide `utf8` configure option yet, this will need to update StringSerializer a lot while keep performance not degrade. Currently there is no one take over this optimization. In other cases, Fory should have similiar payload compared to kryo, or even smaller(Fory collection/map protocol has excelent comporession ratio) GitHub link: https://github.com/apache/fory/discussions/2786#discussioncomment-14728391 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
