freakyzoidberg commented on issue #47: URL: https://github.com/apache/datasketches-go/issues/47#issuecomment-3361967271
Sounds good - Thanks a lot. Feel free to ask for help - also available on the ASF slack if you want You can find the corresponding implementation here https://github.com/apache/datasketches-cpp/tree/master/theta/include https://github.com/apache/datasketches-java/tree/main/src/main/java/org/apache/datasketches/theta I generally run those in debug as I port them to go + have serialized version cross checked - but maybe a bit early to talk about that yet. Note of warning for the Java implementation - it was recently mentioned that Java ThetaSketch due for some class/name cleanup to make it easier to maintain (cc @leerho ) https://lists.apache.org/thread/4c78gsls7xjrn0b4cosvppywh2clwz6x (I don't think there is expected code change in the C++ version FWIW) -- 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]
