Skip to content

Reorganise the code using structs #9

@aeporreca

Description

@aeporreca

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions