Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

latest tag release #55

Open
sequoiar opened this issue Dec 18, 2021 · 1 comment
Open

latest tag release #55

sequoiar opened this issue Dec 18, 2021 · 1 comment

Comments

@sequoiar
Copy link

any plan for a tag release latest codes ? thx.

@mavam
Copy link
Owner

mavam commented Dec 19, 2021

Unfortunately I lack the cycles to maintain this project. (I've added a note in the README.)

These textbook implementations in here are best suited for inspiration. The modern standard in Bloom filter implementation is no longer double hashing, but modulo reduction of a fast general-purpose 64-bit hash digest, e.g., as computed by xxHash. Please see VAST for an example implementation.

The non-standard Bloom filter implementations were an academic experiment, but I do not recommend using them in practice.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants