struct Cl::DS::BloomFilter

Defined in:

data_structures/bloom_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(n, error_rate = 0.001) #

[View source]

Instance Method Detail

def <<(key : String) #

[View source]
def add(key : String) #

[View source]
def has?(key : String) : Bool #

[View source]