Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate reducing the size of MastNode to 64 bytes #1490

Open
plafer opened this issue Sep 10, 2024 · 0 comments
Open

Investigate reducing the size of MastNode to 64 bytes #1490

plafer opened this issue Sep 10, 2024 · 0 comments

Comments

@plafer
Copy link
Contributor

plafer commented Sep 10, 2024

Originally posted by @bobbinth in #1466 (comment)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant