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

[Ideation] Improve readInts24 & readDelta16 performance for DocIdsWriter #12917

Open
sandeshkr419 opened this issue Dec 11, 2023 · 0 comments
Open

Comments

@sandeshkr419
Copy link

sandeshkr419 commented Dec 11, 2023

Description

While working on enhancing the performance of range queries, I noticed majority CPU cycles being spent on readInts24() & readDelta16().

I noticed a PR trying to optimize readInts24() by reducing the number of sys calls, but the results did not resulted in considerable improvements.

Trying to gather inputs from community on other areas of improvements to be explored in the 2 methods listed above.

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

No branches or pull requests

1 participant