SpectralSequences / sseq

The root repository for the SpectralSequences project.
Apache License 2.0
22 stars 10 forks source link

Move to an owned representation for `BidegreeElement` #154

Closed JoeyBF closed 3 months ago

JoeyBF commented 5 months ago

It's easier to have the BidegreeElement be self-contained, just in case the FpVector used to create the slice doesn't live long enough for our purposes. I doubt they will ever take up more than a single limb anyway. This could make the case for the implementation of some smallvec-based backing for small FpVectors