This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches.git


The following commit(s) were added to refs/heads/master by this push:
     new 901f0cc  Update HLL.md
901f0cc is described below

commit 901f0cc6959dc65553bc350c6384637455899cfa
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu May 16 17:45:14 2019 -0700

    Update HLL.md
---
 docs/HLL/HLL.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/HLL/HLL.md b/docs/HLL/HLL.md
index 1ebd779..223b6dc 100644
--- a/docs/HLL/HLL.md
+++ b/docs/HLL/HLL.md
@@ -7,9 +7,9 @@ The hll package contains a set of very compact implementations 
of Phillipe Flajo
 HyperLogLog (HLL) sketch but with significantly improved error behavior and 
excellent speed performance.
 
 If the use case for sketching is primarily counting uniques and merging, 
-the HLL sketch is the highest performing in terms of accuracy for space 
consumed.  
-For large counts, these HLL sketches can be 2 to 16 times smaller for the same 
-accuracy than the Theta Sketches mentioned above.
+the HLL sketch is the 2nd highest performing in terms of accuracy for storage 
space consumed (the new CPC sketch developed by Kevin J. Lang now beats HLL).
+For large counts, HLL sketches can be 2 to 16 times smaller for the same 
+accuracy than the Theta Sketches mentioned above, and the CPC sketch is 
another 30 to 40% smaller still.
 
 A new HLL sketch is created with a simple constructor:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to