cl-bloom
Simple Bloom filters with efficient hashing.
$ area51 add cl-bloomCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-bloom:some-function ...)Simple Bloom filters with efficient hashing.
$ area51 add cl-bloomCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-bloom:some-function ...)