pelib  2.0.0
qsort_tune Struct Reference

#include <sort.h>

List of all members.

Public Attributes

int begin
int end
int threshold
int num_sample

Detailed Description

Tuning knobs for mixed sorting algorithms

Definition at line 33 of file sort.h.


Member Data Documentation

Definition at line 35 of file sort.h.

Beginning of the sub-array to be sorted

Definition at line 36 of file sort.h.

Sub-array size under which insert sort should be used

Definition at line 38 of file sort.h.

End of the subarray to be sorted

Definition at line 37 of file sort.h.


The documentation for this struct was generated from the following file: