Constructor SimpleStringInterner
SimpleStringInterner(Int32, Int32)
Declaration
public SimpleStringInterner(int tableSize, int maxChainLength)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tableSize | Size of the hash table, should be a power of two. |
System.Int32 | maxChainLength | Maximum length of each bucket, after which the oldest item inserted is dropped. |