Skip to content

avoid unnecessary vec reallocations when row contains more than 4 ele… - #370

Merged
aqrln merged 1 commit into
prisma:mainfrom
aurelien-riv:bulkload_avoid_vec_grows
Feb 17, 2025
Merged

avoid unnecessary vec reallocations when row contains more than 4 ele…#370
aqrln merged 1 commit into
prisma:mainfrom
aurelien-riv:bulkload_avoid_vec_grows

Conversation

@aurelien-riv

@aurelien-riv aurelien-riv commented Dec 7, 2024

Copy link
Copy Markdown
Contributor

Fixes #369

@aurelien-riv aurelien-riv reopened this Dec 7, 2024

@aqrln aqrln left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you!

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.

IntoRow implementations for more than 4 columns leads to array reallocations

2 participants