bits-and-blooms / bloom

Go package implementing Bloom filters, used by Milvus and Beego.
BSD 2-Clause "Simplified" License
2.44k stars 232 forks source link

added ability to Merge and Copy bloom filters #22

Closed Newbrict closed 8 years ago

Newbrict commented 9 years ago

[plant: bloom]$ go fmt [plant: bloom]$ go test PASS ok bloom 18.746s

Newbrict commented 9 years ago

Any feedback? Why not merge?

willf commented 9 years ago

Sorry, I’ve been very busy. Will hope to review/merge this week.

--  Will

On November 14, 2015 at 11:20:56 AM, Dimitar Dimitrov (notifications@github.com) wrote:

Any feedback? Why not merge?

— Reply to this email directly or view it on GitHub.

willf commented 8 years ago

Thanks!