Skip to content

Conversation

@fvaleye
Copy link

@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).

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).
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.

1 participant