-
I think in the function `hll::HyperLogLog::merge` it should not be the _bitwise or_ between the two registers:
```cpp
if (M_[r] < other.M_[r]) {
M_[r] |= other.M_[r];
}
```
Instead it sh…
-
See the following lines:
https://github.com/perl6/nqp/blob/master/src/HLL/Compiler.nqp#L181
https://github.com/perl6/nqp/blob/master/src/HLL/Compiler.nqp#L185
https://github.com/perl6/nqp/blob/mast…
-
## Enhancement
Since StarRocks has already integrated with [DataSketches](https://datasketches.apache.org/) and supported [HLLSketch](https://github.com/StarRocks/starrocks/issues/20831), but we ca…
-
Registering a PMC class works. Registering the same class a second time does not produce a diagnostic - although attempting to register a non-PMC class twice does.
Also, the second register produces …
-
Hello,
I do not know if it's the way to ask a question on this project, if not sorry about that.
I'm using Debian GNU/Linux 12 (bookworm), Kernel Linux debian 6.1.0-9-amd64, PostgreSQL 15 from packa…
-
### Motivation
the datasketches library has a new Unique Counting Sketch called CPC sketch that has better accuracy per size than HLL.
https://github.com/DataSketches/sketches-core/releases
…
pdeva updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
- Currently, GlowBot does not leverage any presence updates that indicate server presence. It would be useful to get a player count…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
### Description
pr https://github.c…
-
Currently in our tests on CI, we are not using hll or other extensions because they are not installed and there is an alternative input for tests that require `hll` or `topn` or `tdigest`. This also m…
-
**Dear Daniel,
I have some problems in installing dashing. I listed the errors below. Could you give me some suggessions?
Thanks.**
`make dashing`
```
cd bonsai && make zlib/libz.a && cd ..
…