https://github.com/redink/bloom_list
BloomList built on bloomfilter support callback to double check.
https://github.com/redink/bloom_list
behavior bloomfilter bloomfilter-elixir elixir
Last synced: 7 months ago
JSON representation
BloomList built on bloomfilter support callback to double check.
- Host: GitHub
- URL: https://github.com/redink/bloom_list
- Owner: redink
- License: apache-2.0
- Created: 2019-03-13T16:05:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T21:14:22.000Z (over 4 years ago)
- Last Synced: 2025-06-16T06:48:16.367Z (9 months ago)
- Topics: behavior, bloomfilter, bloomfilter-elixir, elixir
- Language: Elixir
- Homepage:
- Size: 127 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BloomList
[](https://travis-ci.com/redink/bloom_list)
[](https://hex.pm/packages/bloom_list)
BloomList built on bloomfilter support callback to double check.
## usage
Detailed docs see [hexdocs](https://hexdocs.pm/bloom_list/BloomList.html)
## example
See [test example](./test/support/)