Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Sort() [2/2]

Definition at line 98 of file SortHelper.cs.

99 {
104 if (_partitionCount > 1)
105 {
107 }
109 }
void BuildKeysFromSource(ref GrowingArray< TKey > keys, ref List< TInputOutput > values)
readonly TInputOutput[][] _sharedValues
Definition SortHelper.cs:24
void QuickSortIndicesInPlace(GrowingArray< TKey > keys, List< TInputOutput > values, OrdinalIndexState ordinalIndexState)
readonly OrdinalIndexState _indexState
Definition SortHelper.cs:28

References System.Linq.Parallel.SortHelper< TInputOutput, TKey >._indexState, System.Linq.Parallel.SortHelper< TInputOutput, TKey >._partitionCount, System.Linq.Parallel.SortHelper< TInputOutput, TKey >._partitionIndex, System.Linq.Parallel.SortHelper< TInputOutput, TKey >._sharedValues, System.Linq.Parallel.SortHelper< TInputOutput, TKey >.BuildKeysFromSource(), System.keys, System.Linq.Parallel.SortHelper< TInputOutput, TKey >.MergeSortCooperatively(), System.Linq.Parallel.SortHelper< TInputOutput, TKey >.QuickSortIndicesInPlace(), and System.values.