Table of Contents

Struct Sort.MergeSortConfig

Namespace
AlgorithmsSW.Sort
Assembly
AlgorithmsSW.dll

Represents variations on a merge sort algorithm.

public struct Sort.MergeSortConfig
Inherited Members
Extension Methods

Constructors

MergeSortConfig()

public MergeSortConfig()

Fields

SkipMergeWhenSorted

public bool SkipMergeWhenSorted

Field Value

bool

SmallArraySize

public int SmallArraySize

Field Value

int

SmallArraySortAlgorithm

public Sort.MergeSortConfig.SortAlgorithm SmallArraySortAlgorithm

Field Value

Sort.MergeSortConfig.SortAlgorithm

UseFastMerge

public bool UseFastMerge

Field Value

bool

Properties

Optimized

public static Sort.MergeSortConfig Optimized { get; }

Property Value

Sort.MergeSortConfig

Vanilla

public static Sort.MergeSortConfig Vanilla { get; }

Property Value

Sort.MergeSortConfig