joseph-fox / python-bloomfilter

Scalable Bloom Filter implemented in Python
MIT License
164 stars 25 forks source link

Hashfn name #17

Closed groovecoder closed 6 years ago

groovecoder commented 6 years ago

See https://github.com/jaybaird/python-bloomfilter/pull/31.

joseph-fox commented 6 years ago

@groovecoder thanks, it looks good.

There are a few conflicts need to be resolved.

You can actually close https://github.com/jaybaird/python-bloomfilter/pull/31 because that repo is no longer actively maintained (to the best of my knowledge). Sorry, I think I was not clear enough, I can only merge this https://github.com/joseph-fox/python-bloomfilter/pull/17, I am unable to merge https://github.com/jaybaird/python-bloomfilter/pull/31.

groovecoder commented 6 years ago

Closing to send new PR on latest master.