Package org.apache.solr.util.hll


package org.apache.solr.util.hll
A fork of Java-HyperLogLog package tweaked not to depend on fastutil and with cleanups to make it lean and clean.
  • Class
    Description
    A probabilistic set of hashed long elements.
    The types of algorithm/data structure that HLL can utilize.
    A serialization schema for HLLs.
    Reads 'words' of a fixed width, in sequence, from a byte array.