You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2022/04/15 01:07:22 UTC

[GitHub] [datasketches-java] leerho commented on pull request #391: Direct kll double v2

leerho commented on PR #391:
URL: https://github.com/apache/datasketches-java/pull/391#issuecomment-1099763711

   This has been refactored to this Hierarchy:
   
   ```
   KllSketch
   	public KllDoublesSketch <- polymorphic
   		KllHeapDoublesSketch
   		KllDirectDoublesSketch
   			KllDirectCompactDoublesSketch
   	public KllFloatsSketch <- polymorphic
   		KllHeapFloatsSketch
   		KllDirectFloatsSketch
   			KllDirectCompactFloatsSketch
   ```
   


-- 
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: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org