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.
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.