Skip to content

Handle half-strs mode separately #76

Description

@ashsaki

Half-strs mode, where the the complete Subspace is the Cartesian or tensor product of two lists of partial-lenght strs, offers properties that we can leverage to lower memory and improve speed. However, we treat both full-strs and half-strs in the same manner and builds a full Subspace with full-strs only. It prevents us from leverage the exploitable properties of half-strs mode.

Treat half-strs mode differently. For example:

  • Instead of one large b x a dimension Subspace, we can have two b and a-sized (much smaller) subsapces.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions