tabac commented on issue #135:
URL: 
https://github.com/apache/datasketches-rust/issues/135#issuecomment-4553794444

   > BTW, do you find similar functions on datasketches-java or 
datasketches-cpp? If so, we'd better keep the logic the same, or else it can be 
a candidate addition to those libraries.
   
   Sorry forgot to mention that. I didn't find this functionality in the Java, 
C++ implementations. What I was able to find is functions that estimate the 
sketch's serialised size, or the [the maximum size a sketch can grow 
to](https://github.com/apache/datasketches-cpp/blob/master/hll/include/hll.hpp#L377-L388).
   
   I will take a closer look and incorporate any findings in my PR. Thanks!


-- 
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]

Reply via email to