go-bloom-filter

Implementation of bloom filter in golang using murmur hash strategy. Bloom filter can have false positive and example is show in the repository.