Skip to content

Improve performance for RandomIsomorphismTest to skip non-isomorphic checks for records with equal coderecs #6366

@limakzi

Description

@limakzi

Currently, RandomIsomorphismTest may attempt isomorphism checks between records that already have equal coderecs, which is unnecessary and impacts performance. Update the procedure so that lists of records with equal coderecs are not redundantly tested for isomorphism, improving both speed and resource efficiency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: enhancementLabel for issues suggesting enhancements; and for pull requests implementing enhancementstopic: performancebugs or enhancements related to performance (improvements or regressions)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions