|
template<typename KeyType > |
static unsigned char | getCharAtDepth (const KeyType &a, unsigned char d) |
| return the d-th character in the (swapped) key More...
|
|
template<typename KeyType > |
static unsigned char | lcpKeyDepth (const KeyType &a) |
|
template<typename KeyType > |
static unsigned char | lcpKeyType (const KeyType &a, const KeyType &b) |
| LCP calculation of Splitter Strings. More...
|
|
template<typename StringPtr > |
void | parallel_sample_sort (const StringPtr &strptr, size_t depth, size_t memory) |
|
template<typename PS5Parameters , typename StringPtr > |
void | parallel_sample_sort_base (const StringPtr &strptr, size_t depth) |
| Main Parallel Sample Sort Function. See below for more convenient wrappers. More...
|
|
template<typename PS5Parameters , typename StringPtr > |
enable_if<!StringPtr::with_lcp, void >::type | parallel_sample_sort_params (const StringPtr &strptr, size_t depth, size_t memory=0) |
|
template<typename PS5Parameters , typename StringPtr > |
enable_if< StringPtr::with_lcp, void >::type | parallel_sample_sort_params (const StringPtr &strptr, size_t depth, size_t memory=0) |
|
template<size_t bktnum, typename Context , typename Classify , typename StringPtr , typename BktSizeType > |
void | ps5_sample_sort_lcp (const Context &ctx, const Classify &classifier, const StringPtr &strptr, size_t depth, const BktSizeType *bkt) |
| LCP Calculation for Finished Sample Sort Steps. More...
|
|