[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Maximum number of items in each hash bucket.
Source position: contnrs.pp line 196
const MaxItemsPerHash = 3; |
MaxItemsPerHash is the threshold above which the hash is expanded. If the number of elements in a hash bucket becomes larger than this value, the hash size is increased.
|
Hash list class for pointer data |
No notes exist for this page yet.