tlx
|
Parallel Super Scalar String Sample Sort Parameter Struct. More...
#include <parallel_sample_sort.hpp>
Public Types | |
typedef size_t | key_type |
key type for sample sort: 32-bit or 64-bit More... | |
using | Classify = SSClassifyTreeCalcUnrollInterleave< key_type, TreeBits > |
classification tree variant for sample sorts More... | |
Static Public Attributes | |
static const bool | debug_steps |
static const bool | debug_jobs |
static const bool | debug_bucket_size |
static const bool | debug_recursion |
static const bool | debug_lcp |
static const bool | debug_result |
static const bool | enable_parallel_sample_sort |
enable/disable various sorting levels More... | |
static const bool | enable_sequential_sample_sort |
static const bool | enable_sequential_mkqs |
static const bool | use_only_first_sortstep |
terminate sort after first parallel sample sort step More... | |
static const bool | enable_work_sharing |
enable work freeing More... | |
static const bool | enable_rest_size |
whether the base sequential_threshold() on the remaining unsorted string set or on the whole string set. More... | |
static const unsigned | TreeBits |
depth of classification tree used in sample sorts More... | |
static const size_t | smallsort_threshold |
threshold to run sequential small sorts More... | |
static const size_t | inssort_threshold |
threshold to switch to insertion sort More... | |
Parallel Super Scalar String Sample Sort Parameter Struct.
Definition at line 74 of file parallel_sample_sort.hpp.
classification tree variant for sample sorts
Definition at line 108 of file parallel_sample_sort.hpp.
typedef size_t key_type |
key type for sample sort: 32-bit or 64-bit
Definition at line 102 of file parallel_sample_sort.hpp.
|
static |
Definition at line 80 of file parallel_sample_sort.hpp.
|
static |
Definition at line 78 of file parallel_sample_sort.hpp.
|
static |
Definition at line 82 of file parallel_sample_sort.hpp.
|
static |
Definition at line 81 of file parallel_sample_sort.hpp.
|
static |
Definition at line 84 of file parallel_sample_sort.hpp.
|
static |
Definition at line 77 of file parallel_sample_sort.hpp.
|
static |
enable/disable various sorting levels
Definition at line 87 of file parallel_sample_sort.hpp.
|
static |
whether the base sequential_threshold() on the remaining unsorted string set or on the whole string set.
Definition at line 99 of file parallel_sample_sort.hpp.
|
static |
Definition at line 89 of file parallel_sample_sort.hpp.
|
static |
Definition at line 88 of file parallel_sample_sort.hpp.
|
static |
enable work freeing
Definition at line 95 of file parallel_sample_sort.hpp.
|
static |
threshold to switch to insertion sort
Definition at line 113 of file parallel_sample_sort.hpp.
|
static |
threshold to run sequential small sorts
Definition at line 111 of file parallel_sample_sort.hpp.
|
static |
depth of classification tree used in sample sorts
Definition at line 105 of file parallel_sample_sort.hpp.
|
static |
terminate sort after first parallel sample sort step
Definition at line 92 of file parallel_sample_sort.hpp.