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

Problem in Adding __int128 #37

Open
liuhycn opened this issue May 26, 2019 · 1 comment
Open

Problem in Adding __int128 #37

liuhycn opened this issue May 26, 2019 · 1 comment

Comments

@liuhycn
Copy link

liuhycn commented May 26, 2019

I am creating the filter like this :
CuckooFilter<__int128, 15> filter(total_items);
Every "fingerprint" is 15 bits.
But when I insert items to this filter, it can only contain 2 items.

That must be something wrong, I need help!
Thanks.

@jbapple
Copy link

jbapple commented Dec 15, 2019

Generally, 15 bits does not work for a CuckooFilter. See #35.

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

No branches or pull requests

2 participants