Open
Description
The more thorough renaming of species #39521 introduced a major performance issue: whenever we create a species of not very small degree, eg. AtomicSpecies("X")(SymmetricGroup(26))
, all set-like species of this degree are created. The number of these is https://oeis.org/A007650. Unless n
is prime, this number may be very large. For example, there are more than one million set like species of degree 66.