Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) FindClosest ¶
FindClosest returns the n closest nodes in the local table to target. It does a full table scan since the actual algorithm to do this is quite complex and the table is not expected to be that large.
Click to show internal directories.
Click to hide internal directories.