[ENHANCEMENT]: Enable 128bit hasher in cuco::bloom_filter
Open
@sleeepyjack is already working on this.
Since Sep 5, 2024.
P1: Should have
topic: bloom_filter
type: improvement
- Dominant language
- Cuda
- Stars
- 667
- Forks
- 120
- Avg merge
- 7d 5h
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem? Please describe.
Extension of #573
The current implementation of cuco::bloom_filter cannot handle tuple-like hash values as returned by our 128bit hasher implementations.
Describe the solution you'd like
Add support for tuple-like hash values
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.