ZacBlanco commented on PR #554: URL: https://github.com/apache/datasketches-java/pull/554#issuecomment-2093671028
re: > ... I think what you want is the ability to compute the expected size based on K, n, and item size. That could be an improvement in the current getMaxSerializedSizeBytes(...) and make it more general. Yes, that's what I'm looking for. I was hoping that was either referred to in the paper. I did see https://github.com/apache/datasketches-java/blob/923b30f1741c478dd843d3b00da121061f520799/src/main/java/org/apache/datasketches/kll/KllSketch.java#L161 while digging around in the code, but it doesn't currently support the Items sketch. If I am interpreting the function name correctly, this might be what I need? -- 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]
