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

[wip] prefix trie inside b-index #12575

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

[wip] prefix trie inside b-index #12575

wants to merge 12 commits into from

Conversation

awskii
Copy link
Member

@awskii awskii commented Nov 1, 2024

another approach to make prefix trie search instead of bs to reduce amount of comparisons and narrow possible [L, R] range for last search.
Final range may be equal so this is exact di of the key.
Each first byte first time appearance is logged so we know at least range for first byte which already can me more effective than just binsearching.

@awskii awskii changed the title prefix trie inside b-index [wip] prefix trie inside b-index Nov 1, 2024
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