bloomfilter
bloomfilter copied to clipboard
Interested in a concurrent bloom filter interface?
Two questions:
- Would you be interested in merging a thread-safe
IO
interface to bloom filters into this package if I put one together? It would add a dependency at least onatomic-primops
. - It might be that the cache-efficient bloom filter variant would be a more appropriate though, in which case would you mind if I forked your package or otherwise re-used internals for a cache-efficient, concurrent bloomfilter package? And how would you like to be credited in that case?
Thanks!