Show / Hide Table of Contents

    Enum HashSet<T>.Feature

    Enum class to assist printing of compilation alternatives.

    Namespace: Lucene.Net.Support.C5
    Assembly: Lucene.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

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)