Nostr.NIP45.HLL (Nostr Lib v0.2.1)

View Source

HyperLogLog data structure for estimating cardinality.

This module provides functions for creating, updating, and merging HyperLogLog data structures, as well as estimating the cardinality of a set of elements.

Summary

Types

t()

@type t() :: %Nostr.NIP45.HLL{offset: 8..23, registers: <<_::2048>>}