-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Instead of type synonyms, use structs everywhere. This has the benefit of allowing method call syntax and better names (e.g., c.size() rather than comp_size(c)). Furthermore, this would also allow to store certain values (such as the sum of a partition) which we always recompute right now (e.g., comp_size, sum_part).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request