README.md

# Prolly

Probabilistic data structures

[![Build Status](https://travis-ci.org/ckampfe/prolly.svg?branch=master)](https://travis-ci.org/ckampfe/prolly)

## Installation

This package is [available in Hex](https://hex.pm/packages/prolly), and can be
installed by adding `prolly` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:prolly, "~> 0.1.0"}]
end
```

## Use

For exampels and use, see [the documentation](https://hexdocs.pm/prolly/api-reference.html).

## Datastructures

- [x] CountMinSketch
- [x] Bloom filter
- [x] HyperLogLog