Bloom filter implementations.
For more details, see the Wikipedia article on Bloom Filters.
This module does not support Windows because I cannot be bothered to play games
with the CI until I find a way to not overflow its stack under gc:arc
.
$ git submodule add https://github.com/disruptek/bloom
$ echo '--path="$config/bloom/"' >> nim.cfg
See the documentation for the bloom module as generated directly from the source.
MIT