Skip to content

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
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