Method SetInitialSize
SetInitialSize(Int32)
Sets the initial size of some internal used data structures. This prevents growing data structures many times. This can improve the performance of the grouping at the cost of more initial RAM.
The SetAllGroups(Boolean) and SetAllGroupHeads(Boolean) features use this option. Defaults to 128.
Declaration
public virtual GroupingSearch SetInitialSize(int initialSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | initialSize | The initial size of some internal used data structures |
Returns
Type | Description |
---|---|
GroupingSearch |
|