patelprateek commented on issue #414:
URL: 
https://github.com/apache/datasketches-java/issues/414#issuecomment-1252904716

   Thanks for the explanation. Fair enough that practically for low jaccard 
similarity we can tolerate high error rate.
   Curious , if the problem exist for union operation as well ? For example 
intersection(A, B) , could be not (union(not(A), not(b))). Would re-writing the 
filter and using union help in this case ? If yes , then would HLL++ be better 
choice for sketch compared to theta as it has lower memory footprint , lower 
error rate and native support for union operation ? 


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