An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# BloomList

[![Build Status](https://travis-ci.com/redink/bloom_list.svg?branch=master)](https://travis-ci.com/redink/bloom_list)
[![Hex.pm Version](https://img.shields.io/hexpm/v/bloom_list.svg?style=flat-square)](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/)