Florian Jacob

Results 64 comments of Florian Jacob

Currently doing some investigations what can be done at https://github.com/florianjacob/gpo-sailfish - maybe at least support other platforms or alternative sailfish browsers?

Cuckoofilters are not bloom filters, so the parameters are different and the formulas for bloom filters won't work. For cuckoofilters, those parameters are the `capacity` of the filter, `BUCKET_SIZE` and...

It *should* be that easy. That sounds like you found a undiscovered bugs in the code. Due to having to compile a custom version, I suspect that code was seldomly...

Eventually, we will be able to use [const generics](https://github.com/rust-lang/rust/issues/44580) for the fingerprint size so that you don't have to edit the code anymore to change it, and therefore to get...