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
Using vectors here increases the size of this struct from 40 bytes to 88 bytes. This also means that the size of MastNode enum grows to 96 bytes. Our goal should be to reduce the size of the MastNode to 64 bytes or fewer - but we can probably do it in a separate PR.
This might involve introducing the DecoratorSpan idea mentioned in #1122 (comment).
The text was updated successfully, but these errors were encountered:
Originally posted by @bobbinth in #1466 (comment)
This might involve introducing the
DecoratorSpan
idea mentioned in #1122 (comment).The text was updated successfully, but these errors were encountered: