Thrill  0.1
examples::suffix_sorting::dc3_local Namespace Reference

Variables

static constexpr size_t fragment_comparator_params [3][3][3]
 
struct examples::suffix_sorting::dc3_local::Chars TLX_ATTRIBUTE_PACKED
 

Variable Documentation

◆ fragment_comparator_params

constexpr size_t fragment_comparator_params[3][3][3]
static
Initial value:
=
{
{
{ 1, 0, 0 }, { 1, 0, 1 }, { 2, 1, 1 }
},
{
{ 1, 1, 0 }, { 0, 0, 0 }, { 0, 0, 0 }
},
{
{ 2, 1, 1 }, { 0, 0, 0 }, { 0, 0, 0 }
},
}

Definition at line 195 of file dc3.cpp.

◆ TLX_ATTRIBUTE_PACKED

struct examples::suffix_sorting::dc3_local::IndexCR12Pair TLX_ATTRIBUTE_PACKED