tisonkun commented on issue #28: URL: https://github.com/apache/datasketches-rust/issues/28#issuecomment-3667967257
@leerho Thanks for your explanation! That makes many sense. > There are a number of sketches that use compression algorithms that are byte-order sensitive and will fail if the machine's byte-order is BE. Do you have some concrete examples here? I tend to add the `compile_error!` assertion as above. But so far, I'm not aware that either HLL or TDigest would be affected by the endianness assumption. So I may postpone it a bit. -- 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]
