ascv / HyperLogLog

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

set_registers method #18

Closed B3AU closed 9 years ago

B3AU commented 9 years ago

method to set all the registers at once. Calling set_register in a loop from python was too slow. I do not set size, assuming the new registers has the same size as the current one.

ascv commented 9 years ago

Looks good. I added a test and updated the readme. It should be available on pypi now.