charlesgregory / bloomd

Bloom Filter and vectorized murmurhash3
0 stars 0 forks source link

Template container value type? #4

Open jblachly opened 5 years ago

jblachly commented 5 years ago

Coudl BloomFilter be templated to take anything hashable, not just string? for example, a class or struct (that implements .toHash) ?