geonove commented on PR #466: URL: https://github.com/apache/datasketches-cpp/pull/466#issuecomment-3556900255
Thank you for the detailed feedback @leerho . I understand the requirements for adding a new sketch to the repository, and I am happy to make the requested adjustments. For C++ version compatibility, I can update the implementation so that it is fully compliant with C++11. On the documentation and evaluation side, I have already implemented Python bindings and used them to run an initial comparison between `DDSketch` and `T-Digest` in a jupyter notebook. I am currently working on a more thorough characterization similar to the analysis in issue #416, including both performance and memory usage comparisons. I am also preparing a detailed description of the sketch that can be added to the website. This will cover the behavior of the sketch, its performance characteristics, and how it compares with the other quantile sketches in the library. Please let me know if there is anything else you would like me to include or adjust. -- 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]
