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

reuse memory in the histogram #48584

Closed
hawkingrei opened this issue Nov 14, 2023 · 0 comments · Fixed by #48583
Closed

reuse memory in the histogram #48584

hawkingrei opened this issue Nov 14, 2023 · 0 comments · Fixed by #48583

Comments

@hawkingrei
Copy link
Member

Enhancement

In our current system, memory utilization needs to be optimized for higher efficiency. Specifically, we have observed potential room for improvement in the memory usage within the histogram component of our system.

The challenge is to reuse memory in the histogram, which could significantly enhance our system performance and reduce unnecessary memory allocation and deallocation, leading to less memory fragmentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant