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

Improve the memory usage in SingleValueDataString #9969

Open
xzhangxian1008 opened this issue Mar 10, 2025 · 0 comments
Open

Improve the memory usage in SingleValueDataString #9969

xzhangxian1008 opened this issue Mar 10, 2025 · 0 comments
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@xzhangxian1008
Copy link
Contributor

xzhangxian1008 commented Mar 10, 2025

Enhancement

SingleValueDataString will allocate memory from arena when there is large string to be processed. In extreme case, if the length of processed string increases one by one, arena will continuous allocate new memory and the memory that allocated before will be wasted.

@xzhangxian1008 xzhangxian1008 added the type/enhancement The issue or PR belongs to an enhancement. label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant