Commit graph

7 commits

Author SHA1 Message Date
Bernhard Amann
b7cdfc0e6e adapt to new structure 2013-07-24 12:50:01 -07:00
Bernhard Amann
1cf506071d make it compile on case-sensitive file systems and fix warnings 2013-05-01 18:12:20 -07:00
Bernhard Amann
240d667e30 ok, this bug was hard to find.
hyperloglog.h was missing guards and randomly deleting memory at
addresses equal to variable contents.

I am not entirely sure why that did not crash before...
2013-04-10 13:45:21 -04:00
Bernhard Amann
a37ffab0ea serialization compiles.
Not entirely sure if it works too...
2013-04-10 13:15:31 -04:00
Bernhard Amann
fd51db1c89 purely aesthetical - make whitespacing fit bro coding style.
Second step will be to change the bifs a bit...
2013-04-02 11:24:03 +02:00
Soumya Basu
3ffb4cab64 Everything works, and I just need to put the tests in the proper folder to get this functionality working. 2012-08-30 01:09:44 -07:00
Soumya Basu
bbaa35434b Added the HyperLogLog files to the repository, and the size method works as well. The add method has an error with the hashkeys thus far and no other methods outside of init and size have been tested yet. 2012-08-11 16:45:58 -07:00