ATTR_HT_SHRINK_LOAD
Data Type: | decimal |
Access: | read/write |
Functions: | HashTableGetAttribute HashTableSetAttribute |
Description: | The load at which the table will halve the number of buckets. In most cases, shrinking is not worthwhile. It is a slow process because it requires that all key-value pairs be rehashed. Also, the memory overhead of extra buckets is minimal because each hash bucket is implemented as a pointer to a linked list node. You can set the value to VAL_DO_NOT_SHRINK to disable shrinking. Valid range: 0.00 to 0.50 Default value: VAL_DO_NOT_SHRINK |
LabWindows/CVI Compatibility: |
LabWindows/CVI 8.5 and later |