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

Add fuse filters, which can accommodate higher load #11

Merged
merged 1 commit into from
Dec 24, 2019

Conversation

jbapple
Copy link
Contributor

@jbapple jbapple commented Dec 24, 2019

For large enough sets of keys, Dietzfelbinger & Walzer's fuse filters,
described in "Dense Peelable Random Uniform Hypergraphs",
https://arxiv.org/abs/1907.04749, can accomodate fill factors up to
87.9% full, rather than 1 / 1.23 = 81.3%.

This patch adds an 8-bit version of fuse filters. It does not yet add
16-bit or buffered filters, which are future (rote) work.

For large enough sets of keys, Dietzfelbinger & Walzer's fuse filters,
described in "Dense Peelable Random Uniform Hypergraphs",
https://arxiv.org/abs/1907.04749, can accomodate fill factors up to
87.9% full, rather than 1 / 1.23 = 81.3%.

This patch adds an 8-bit version of fuse filters. It does not yet add
16-bit or buffered filters, which are future (rote) work.
@lemire lemire merged commit 4392b5e into FastFilter:master Dec 24, 2019
@lemire
Copy link
Member

lemire commented Dec 24, 2019

Very interesting.

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