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.
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: