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

Try optimizing f.mvs by only allocating when the length changes #1368

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kkysen
Copy link
Collaborator

@kkysen kkysen commented Oct 31, 2024

I think most frames should be the same size, so hopefully this helps enough without having to have a whole pool allocator, which gets tricky with lifetimes and self-referential structs.

@ivanloz, could you look at this version, too? Since this one doesn't use any unstable features.

@ivanloz
Copy link

ivanloz commented Oct 31, 2024

I mentioned it in #1358 (comment), but I didn't see any difference with this patch applied unfortunately.

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

Successfully merging this pull request may close these issues.

2 participants