-
Currently we only parallelize the aggregration phase but the result computation, in particular the calculation of `E` is not parallelized. For small precisions this is probably not worth it but for e.…
-
Can this be fixed in some simple way?
-
Example:
```
127.0.0.1:6379> acl list
1) "user default on nopass ~* +@all"
127.0.0.1:6379> acl setuser test on nopass ~* +@all -@slow
OK
127.0.0.1:6379> acl list
1) "user default on nopass ~* +…
-
### Background
For use case like the dashboard, we have the requirements to precompute metrics for several years so we can enable the year_over_year comparison. One of the biggest challenges for the …
-
we have a good use case for them now
-
I have install openmp,but an errors.
```
(masw_conda) bash>$ ./install.sh
++ cd RabbitSketch
++ mkdir -p build
++ cd build
++ cmake -DCXXAPI=ON -DCMAKE_INSTALL_PREFIX=. ..
-- The C compiler id…
-
We should keep statistics so we can estimate the number of results for any given query. This estimate must be much faster than generating a full list of results.
Uses:
1. To show to the user, like on…
-
Related: https://github.com/schollz/howmanypeoplearearound/issues/31 and https://github.com/schollz/howmanypeoplearearound/issues/4
Would it be possible to add a flag so we do NOT store MAC address…
-
### What happens?
I am currently profiling a python application which in its minimal form iterates over a result set, and does point-queries in between. The function hyperloglog hllDenseRegHisto is c…
-
HLL currently uses 8 bit per register which is not always required (depends on the parameter `b`)