[Overview][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TFPHashTable.AVGChainLen

Average chain length

Declaration

Source position: contnrs.pp line 245

public property TFPHashTable.AVGChainLen: double
  read GetAVGChainLen;

Description

AVGChainLenis the average chain length, i.e. the ratio of elements in the table versus the number of filled slots. Calculating this is an expensive operation.

See also

TFPHashTable.IsEmpty

  

Check if the hash table is empty.

TFPHashTable.Count

  

Number of items in the hash table.

TFPHashTable.LoadFactor

  

Fraction of count versus size

TFPHashTable.MaxChainLength

  

Maximum chain length

TFPHashTable.VoidSlots

  

Number of empty slots in the hash table.

TFPHashTable.Density

  

Number of filled slots

TFPHashTable.NumberOfCollisions

  

Number of extra items