You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
any plan for a tag release latest codes ? thx.
The text was updated successfully, but these errors were encountered: