Liking cljdoc? Tell your friends :D

blossom.core


BloomFilterclj

source

ConcurrentBloomFilterclj

source

IBloomFiltercljprotocol

addclj

(add this item)

hit?clj

(hit? this item)
source

make-filterclj

(make-filter
  {:keys [hash-algo size num-hashes thread-safe?]
   :or {hash-algo "SHA-256" size 1024 num-hashes 3 thread-safe? false}})

Makes a new bloom filter.

Makes a new bloom filter.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close