Skip to content

expansion and some more cleanup #575

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 1 commit into from
Jun 22, 2024
Merged

Conversation

AlexanderSaydakov
Copy link
Contributor

No description provided.

import org.apache.datasketches.filters.common.BitArray;
import org.apache.datasketches.filters.common.HeapBitArray;

public class QuotientFilter extends Filter {

int bitPerEntry_;
int fingerprintLength_;
public static final double LOAD_FACTOR = 0.9;
Copy link
Contributor

Choose a reason for hiding this comment

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

Based on our discussion this morning, I think having a DEFAULT_LOAD_FACTOR and then a way for the user to set a different load factor. Based on characterization studies, the default should probably be a little lower.

@leerho leerho merged commit ccdabc4 into quotient-filter-reviewed Jun 22, 2024
2 checks passed
@leerho leerho deleted the quotient-filter branch June 22, 2024 22:08
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