Skip to content

ordered runs, simplified insertion code #571

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

Merged
merged 4 commits into from
Jun 5, 2024

Conversation

AlexanderSaydakov
Copy link
Contributor

No description provided.

boolean existing_is_continuation = is_continuation(index);
boolean is_continuation = !is_run_start;
boolean is_shifted = index != canonical;
boolean force_continuation = !is_new_run && is_run_start;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment explaining why the force_continuation flag is necessary?

Copy link

@c-dickens c-dickens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment on continuation flag

@AlexanderSaydakov AlexanderSaydakov merged commit 2a558a4 into quotient-filter-reviewed Jun 5, 2024
2 checks passed
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.

2 participants