Enum HashSet<T>.Feature
Enum class to assist printing of compilation alternatives.
Assembly: DistributedLucene.Net.dll
Syntax
public enum Feature : short
Fields
Name | Description |
---|---|
Chaining | Use chaining to resolve index clashes |
Dummy | Nothing |
InterHashing | Use hash function on item hash code |
LinearProbing | Using linear probing to resolve index clashes |
RandomInterHashing | Use a universal family of hash functions on item hash code |
RefTypeBucket | Buckets are of reference type |
ShrinkTable | Shrink table when very sparsely filled |
ValueTypeBucket | Primary buckets are of value type |