liurenjie1024 commented on issue #698: URL: https://github.com/apache/datasketches-java/issues/698#issuecomment-3635592494
I agree that we should start with rust's native impl rather than building a binding on c++, which seems attractive in short term, but will be difficult to maintain in future. > One of the things we have worked very hard to achieve is binary compatibility of the serialized sketch images across languages. This is quite powerful. Our serialization formats are just a blob of bytes where multibyte primitives are stored in LittleEndian format. These formats are documented in the code and are platform, language and 3rd party insensitive. I'm thinking maybe it's worthy to have a centrialized doc to describe format/behavior more clear? It doesn't have to be a new repo, maybe just one dir in current java repo would be enough. -- 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]
