ATTR_HT_GROW_LOAD
Data Type: | decimal |
Access: | read/write |
Functions: | HashTableGetAttribute HashTableSetAttribute |
Description: | The load at which the table will double the number of buckets. Growing the table when it becomes crowded helps prevent collisions, which keeps access times near O(1). You can set the value to VAL_DO_NOT_GROW to disable growing. Valid range: 0.50 to 1.00 Default value: 0.80 |
LabWindows/CVI Compatibility: |
LabWindows/CVI 8.5 and later |