SupposeNot / RAMP

Research Assistant for Maps and Polytopes
4 stars 0 forks source link

Figure out why ConnectionGroup(Prism(M)) is so slow when M is large #94

Closed CunningGabe closed 2 years ago

CunningGabe commented 2 years ago

I mean, clearly it should slow down when M is large, but I'm a little surprised at just how slow it is.

Maybe as a first pass - I would expect the code as written to have runtime proportional to the number of flags in the prism. Does that seem to happen in practice?

CunningGabe commented 2 years ago

I've poked at this a bit, but the things I've tried haven't helped. Dropping it for now.