cl-bloom

MIT

Simple Bloom filters with efficient hashing.

$ area51 add cl-bloomCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-bloom:some-function ...)