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

https://github.com/axamon/bloomfilter

golang implementation of a thread-safe bloomfilter
https://github.com/axamon/bloomfilter

bloom bloomfilter filter go golang probabilistic-data-structures

Last synced: 5 months ago
JSON representation

golang implementation of a thread-safe bloomfilter

Awesome Lists containing this project

README

          

# bloomfilter

[![GoDoc](https://godoc.org/github.com/axamon/bloomfilter?status.svg)](https://godoc.org/github.com/axamon/bloomfilter)
[![Build Status](https://travis-ci.com/axamon/bloomfilter.svg?branch=master)](https://travis-ci.com/axamon/bloomfilter)
[![Maintainability](https://api.codeclimate.com/v1/badges/b7948fdc02b5f7a5eec9/maintainability)](https://codeclimate.com/github/axamon/bloomfilter/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/b7948fdc02b5f7a5eec9/test_coverage)](https://codeclimate.com/github/axamon/bloomfilter/test_coverage)