jasondavies / bloomfilter.js

JavaScript bloom filter using FNV for fast hashing
http://www.jasondavies.com/bloomfilter/
BSD 3-Clause "New" or "Revised" License
759 stars 79 forks source link

add empty bloomfilter bits function #13

Closed vthinkxie closed 6 years ago

vthinkxie commented 9 years ago

something like bloom.empty() that set all bits to initial status plz :)

pchaigno commented 8 years ago

Why can't you recreate the Bloom filter? Is this an issue of performance?