stevenschlansker commented on issue #2337: URL: https://github.com/apache/fory/issues/2337#issuecomment-2981436378
I like the idea of using varint, but I think it breaks any static offset algorithm, since fields are no longer fixed width. So we lose zero-copy partial deserialization. I also like the idea of forward/backward compatibility, but only want to volunteer for one feature at a time - I am happy to reserve space for future compatibility if you think that would be a good idea, or implement if there is a very simple approach to use. -- 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]
