You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fingolfin and @danielrademacher mentioned this during a jitsi call:
The call RecognizeGroup(SL(40,3)); takes pretty long. Once one knows the name of the group, doing the constructive recognition by RECOG.FindStdGens_SL(SL(40,3),GF(3)); is quick.
The text was updated successfully, but these errors were encountered:
Even finding the name is reasonably fast. Next thing to test would be to see how slow/fast calling FindHomMethodsProjective.ClassicalNatural is (which calls RECOG.FindStdGens_SL among other things). And then of course one could run the profiler to see where else we spend/waste time.
The function 'FindHomMethodsProjective.ClassicalNatural' was pretty fast. I summarise the lines which used a lot of time:
250ms:
rifac := RecogniseGeneric(
Group(List(GeneratorsOfGroup(H), x->ImageElm(Homom(ri),x))),
methodsforfactor(ri), depth, forfactor(ri) );
@fingolfin and @danielrademacher mentioned this during a jitsi call:
The call
RecognizeGroup(SL(40,3));
takes pretty long. Once one knows the name of the group, doing the constructive recognition byRECOG.FindStdGens_SL(SL(40,3),GF(3));
is quick.The text was updated successfully, but these errors were encountered: