-
## OS
Mac
## VERSION
1.6.0
## ISSUE DESCRIPTION
希望可以将不常用的数据类型进行正确的展示,例如 HyperLogLog
-
Dear DotHash team,
Thanks for a nice paper, I have 2 questions related to both MinHash and link prediction:
1. What MinHash was used, on permutation hashing with optimal densification (http://pr…
-
For SparseHLL, the 64-bit hash is decomposed into two parts:
```
|--- bucket index(26-bit)---|--- value(38-bit) ---|
```
But for DenseHLL, the 64bit hash is decomposed into two parts whose bit w…
-
Not sure but latest release was failing for me using stand install and command line:
Error in system(sprintf("%s -Pg %s", nm, shQuote(f)), intern = TRUE) :
'""' not found
command issued…
-
`stats --everything` will buffer everything in memory and thus it (and its implied flags) sensibly isn't on by default. However, those numbers are still useful for understanding a data set (especially…
huonw updated
6 years ago
-
The Go 1.9 implementation of `sync.Map` uses a single `Mutex` to guard the read-write map containing new keys. That makes `Store` calls with different new keys always contend with each other, and also…
-
The storage spec & postgresql-hll docs say...
https://github.com/aggregateknowledge/hll-storage-spec/blob/v1.0.0/STORAGE.md
> registerWidth may take values from 1 to 8, inclusive, ...
> https://gith…
-
```
[info] ! HyperLogLog.Downsize dense HLLs from 14 bits to 4 bits: Falsified after 0 passed tests.
[info] > Successes: 80 (out of 100)
[info] > Expected successes: 99.72
[info] > Required succes…
-
I am playing around with your cardinality libraries which i'd like to wrap in a map/reduce paradigm and plug into various compute platforms out there....hence chose Adaptive HLL which has a merge meth…
-
## CVE-2022-33105 - High Severity Vulnerability
Vulnerable Library - redis6.2.6
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values …