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

fix(gql): adjust Vec creation to avoid over allocation #1156

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

jhult
Copy link
Collaborator

@jhult jhult commented Jun 14, 2024

Fixes #1155

Copy link
Member

@Isaac-DeFrain Isaac-DeFrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Isaac-DeFrain Isaac-DeFrain merged commit 1a6c601 into Granola-Team:main Jun 14, 2024
0 of 2 checks passed
@jhult jhult deleted the chore/graphql-vec-sizing branch June 14, 2024 16:38
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.

Vec::with capacity(limit) may over allocate
2 participants