Skip to content

Conversation

@fvaleye
Copy link
Contributor

@fvaleye fvaleye commented Oct 31, 2025

Description

Optimize memory allocation by using Vec::with_capacity() to improve the performance on hot paths and large data volumes.
The benefits would be more on a large data volume (especially struct, map, array).

fvaleye and others added 2 commits October 31, 2025 09:53
Optimize memory allocation by using Vec::with_capacity() to improve
the performance on hot paths and large data volumes.

The benefits would be more on a large data volume (especially struct,
map, array).
@Maxxen Maxxen merged commit 0159fe3 into duckdb:main Nov 13, 2025
3 checks passed
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