bloomfilter icon indicating copy to clipboard operation
bloomfilter copied to clipboard

Interested in a concurrent bloom filter interface?

Open jberryman opened this issue 10 years ago • 0 comments

Two questions:

  1. 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 on atomic-primops.
  2. 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!

jberryman avatar Feb 18 '15 18:02 jberryman