leerho commented on issue #10: URL: https://github.com/apache/datasketches-rust/issues/10#issuecomment-3692344972
I envisioned DS-common as a place to keep common functions used by multiple sketches, for example, hash functions and certain math functions that are useful for sketches, but not generally available in math libraries (or when implemented, may be too generic). This same repo could hold the *.rs snapshot files for testing. Generally, I don't like adding dependencies for all kinds of reasons, but I don't like duplicating code either. So I have mixed feelings about this. Thoughts? -- 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]
