-
Notifications
You must be signed in to change notification settings - Fork 173
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
Comments
@bobbinth @plafer In this comment , there is a proposal to use a Box type. Benefits of using Box:
Downsides of using Box:
If I'm not missing some use case, it would seem using |
Since then we learned that we want neither @bitwalker proposes using an arena in there, but I haven't gotten back to it in a while, and it's still unclear to me the direction we want to go in. |
I think there are a couple of things here and we can probably approach them incrementally:
In may mind, the first 2 items will probably get us 80% of what we need pretty quickly, and the arena approach could be more of a long-term goal. So, I'd go for these two but maybe in different PRs. |
Ok. Makes sense. I can give (1) a try |
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: