fix hyperloglog problems; _hashing.serialize is buggy due to the casting of Number() and toNumber() instead we use directly XXH.h64 with its .toString() function. https://github.com/Callidon/bloom-filters/issues/69
There are common parts with the v4 update but until we finally release this version we can deploy this one to fix those 2 issues.
_hashing.serialize
is buggy due to the casting ofNumber()
andtoNumber()
instead we use directlyXXH.h64
with its.toString()
function. https://github.com/Callidon/bloom-filters/issues/69There are common parts with the v4 update but until we finally release this version we can deploy this one to fix those 2 issues.