https://github.com/disruptek/bloom
bloom filters
https://github.com/disruptek/bloom
bloom data filter hash membership nim probability set structure
Last synced: about 1 year ago
JSON representation
bloom filters
- Host: GitHub
- URL: https://github.com/disruptek/bloom
- Owner: disruptek
- License: mit
- Created: 2020-12-27T19:51:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T13:16:46.000Z (over 3 years ago)
- Last Synced: 2025-02-10T04:28:47.531Z (over 1 year ago)
- Topics: bloom, data, filter, hash, membership, nim, probability, set, structure
- Language: Nim
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bloom
[](https://github.com/disruptek/bloom/actions?query=workflow%3ACI)
[](https://github.com/disruptek/bloom/releases/latest)

[](#license)
[](https://www.buymeacoffee.com/disruptek)
Bloom filter implementations.
For more details, [see the Wikipedia article on Bloom Filters](https://en.wikipedia.org/wiki/Bloom_filter).
## Support
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`.
## Installation
```
$ git submodule add https://github.com/disruptek/bloom
$ echo '--path="$config/bloom/"' >> nim.cfg
```
## Documentation
[See the documentation for the bloom module as generated directly from the
source.](https://disruptek.github.io/bloom/bloom.html)
## License
MIT