leerho commented on issue #34: URL: https://github.com/apache/datasketches-rust/issues/34#issuecomment-3688820438
Sorry I didn't see this till now. Our MurmurHash3 classes are public and unless we converted the entire Java library to Java Modules we can't prevent users from using these hash functions independently. That being said, they really exist to support our library functions, period. There are many other places where users can find these functions for public use. I don't think we talk about them as independent aspects of the DataSketches "product", per se. So even though they are public, I don't consider them part of the public API that we would independently "support". -- 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]
