Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 320 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 320 Bytes

HyperLogLog data processor for Lieying (Falcon Advertising)

Sorts through .dat file and finds cardinality with either HyperLogLog or LogLog method.

Parts I'm responsible for:
HyperLogLog.java
TestDemo.java

Rest was completed by other members of the team prior to me arriving.