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

TFPHashTable.LoadFactor

Fraction of count versus size

Declaration

Source position: contnrs.pp line 244

public property TFPHashTable.LoadFactor: double
  read GetLoadFactor;

Description

LoadFactoris the ratio of elements in the table versus table size. Ideally, this should be as small as possible.

See also

TFPHashTable.IsEmpty

  

Check if the hash table is empty.

TFPHashTable.Count

  

Number of items in the hash table.

TFPHashTable.AVGChainLen

  

Average chain length

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