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
SmallArraySize
public int SmallArraySize
Field Value
SmallArraySortAlgorithm
public Sort.MergeSortConfig.SortAlgorithm SmallArraySortAlgorithm
Field Value
UseFastMerge
public bool UseFastMerge
Field Value
Properties
Optimized
public static Sort.MergeSortConfig Optimized { get; }
Property Value
Vanilla
public static Sort.MergeSortConfig Vanilla { get; }