HRW.Skeleton
(hrw v0.2.0)
Copy Markdown
Internal data structure backing HRW.build/2 and HRW.owner/3 for
O(log n) lookups. Nodes are grouped into clusters and routed through a
virtual tree. Plain data, not a process.
Not intended for direct use — go through HRW.
Summary
Types
@type t() :: %HRW.Skeleton{ clusters: tuple(), fanout: pos_integer(), levels: non_neg_integer(), scorer: struct() | nil }