antirez
959d0f012a
HLLADD implemented.
2014-04-16 15:19:33 +02:00
antirez
ac29bb2ae4
hllAdd() low level HyperLogLog "add" implemented.
2014-04-16 15:19:05 +02:00
antirez
2a91f548c4
HyperLogLog: redefine constants using "P".
2014-04-16 15:19:05 +02:00
antirez
3f159bbd44
HLL_SET_REGISTER fixed.
...
There was an error in the first version of the macro.
Now the HLLSELFTEST test reports success.
2014-04-16 15:19:05 +02:00
antirez
a18e880bf1
Use REDIS_HLL_REGISTER_MAX when possible.
2014-04-16 15:19:05 +02:00
antirez
00409d8742
HLL_(SET|GET)_REGISTER types fixed.
2014-04-16 15:19:05 +02:00
antirez
de3f821af6
HLLSELFTEST command implemented.
...
To test the bitfield array of counters set/get macros from the Redis Tcl
suite is hard, so a specialized command that is able to test the
internals was developed.
2014-04-16 15:18:57 +02:00
antirez
02d88fb201
HyperLogLog: initial sketch of registers access.
2014-04-16 15:17:26 +02:00