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 stable bloom filter #17

Closed jacobgreenleaf closed 4 years ago

jacobgreenleaf commented 9 years ago

Add a stable bloom filter as described in Deng and Rafiei (2006).

http://i.imgur.com/JFkABNJ.png