aggregateknowledge / java-hll

Java library for the HyperLogLog algorithm
http://research.neustar.biz/2013/12/24/open-source-release-java-hll/
Apache License 2.0
312 stars 71 forks source link

Make HLL serializable #21

Open rlemaitre opened 8 years ago

rlemaitre commented 8 years ago

In order to use HLL with Apache Spark, we need to make HLL (thus BitVector) serializable.

Moreover, i fixed HTML in javadoc so it can be packaged with java 8.