dpbriggs / growable-bloom-filters

Safe, Growable Bloom Filters in Rust (with serde)
MIT License
24 stars 8 forks source link

The link to the paper is broken #6

Open gkorland opened 1 year ago

gkorland commented 1 year ago

Did you base your code on this paper? https://haslab.uminho.pt/cbm/files/dbloom.pdf

dpbriggs commented 1 year ago

Oh! I'll need to fix that. That's the same paper but I found a backup on the wayback machine: https://web.archive.org/web/20180222030013/http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.62.7953&rep=rep1&type=pdf

It was "Scalable Bloom Filters" so I guess I could also add this citation:

Almeida, Paulo Sérgio, et al. "Scalable bloom filters." Information Processing Letters 101.6 (2007): 255-261.