Add support for set cardinality using Hyperloglog+
Calculate cardinality of extremely large sets in constant space (with
tunable accuracy) using `tesser.cardinality/hll`.
An HLL+ instance can be used with `tesser.math/digest` xform.
HLL+ implements the Digest protocol from `tesser.quantiles`.
Add serialization support for HyperLogLog+
* Depends on upcoming version of `tesser.math` for xform support
* Add an explicit provided dep for HLL lib during compilation
* Upgrade `test.check` to latest version
Add support for set cardinality using Hyperloglog+
Add serialization support for HyperLogLog+