Companion
object Companion
Functions
Link copied to clipboard
Create a BloomFilter sized for expectedElements at the given falsePositiveRate (default 1%). The optimal bit count and hash count are derived from the standard formulas:
Link copied to clipboard
Restore a BloomFilter from raw parameters — useful when deserializing from a format other than the built-in kotlinx-serialization path.