leerho opened a new pull request, #559: URL: https://github.com/apache/datasketches-java/pull/559
to compute absolute maximum number of storage bytes required for a CompactSketch given the configured number of nominal entries (power of 2). The other method of a similar name really didn't need to be public, but it is used extensively in test. Making it package-private now would force a major release. Deprecated the old method as a public method. Added a test. -- 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]
