Closed shaomeng closed 1 year ago
The current function m_partition_S_XYZ() fills all details of a subset. However, a number of the subsets are eventually empty. It's an opportunity to improvement performance by not filling details of an empty subset.
m_partition_S_XYZ()
Doesn't sounds like a good idea anymore; it's pretty cheap to fill in all the details, and the suggested approach would involve branches!
The current function
m_partition_S_XYZ()
fills all details of a subset. However, a number of the subsets are eventually empty. It's an opportunity to improvement performance by not filling details of an empty subset.