package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Apr 28, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New creates a new BloomFilter with the given size and number of hash functions.
n: expected nums of elements
p: expected rate of false errors
Add adds an element to the BloomFilter.
Contains checks if an element is in the BloomFilter.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.