Hyperloglog: refactoring of sparse/dense add function.
The commit splits the add functions into a set() and add() set of functions, so that it's possible to set registers in an independent way just having the index and count. Related to #3819, otherwise a fix is not possible.
Please register or sign in to comment