ascv / HyperLogLog

Fast HyperLogLog for Python.
MIT License
99 stars 19 forks source link

Fix bug in deserializing dense sketches #45

Closed wordhou closed 2 years ago

wordhou commented 2 years ago

This fixes #44 by populating the correct registers during deserialization into a dense representation.

Also adds unit tests to check registers after deserialization and increments version number for deserialization fix.

ascv commented 2 years ago

Thanks for identifying the issue and submitting a fix.