leerho commented on issue #510:
URL: 
https://github.com/apache/datasketches-java/issues/510#issuecomment-1989711001

    I have been decoding your statement.  I wasn't sure where "here" was, but 
it must have been in /bloomfilter/ or /sampling/ ?
   
   - The update(Memory) in /filters/ bloomfilter already does what you want.   
Unless you also want update(ByteBuffer) as an option.
   - I would ignore /sampling/ directory
   - As you said, /hll/ already has update(BB), so ignore
   
   That leaves:
   - .../tuple/arrayofdoubles/ArrayOfDoublesUpdatableSketch.java
   - .../tuple/UpdatableSketch.java
   - .../cpc/CpcSketch.java  (somehow this was omitted in the first list !)
   - .../theta/UnionImpl.java
   - .../theta/UpdateSketch.java
   
   Feel free to do what you can!  I really appreciate the help!


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