-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Optimize memory allocation for index lookup #56649
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
13 tasks
This was referenced Dec 4, 2024
13 tasks
12 tasks
13 tasks
13 tasks
13 tasks
13 tasks
This was referenced Dec 19, 2024
13 tasks
13 tasks
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
After profiling some index lookup workloads, we found that the go runtime overhead are remarkable. By optimizing memory allocation on some critical path, performance can be improved by more than 10%. So we plan to merge those optimizations, and here is the task breakdown.
The text was updated successfully, but these errors were encountered: