wnfs-wg / deterministic-bloom

A deterministic Bloom filter with support for saturation. Suitable for distributed use cases and as a cryptographic primitive.
Apache License 2.0
0 stars 0 forks source link

Support runtime / dynamic bloom sizing #4

Closed walkah closed 1 year ago

walkah commented 1 year ago

Summary

Problem

Bloom Filter sizes are currently pre-defined - for CAR mirror (e.g.) we'll want to be able to dynamically pick a size.

Impact

Limited sizes - determined at compile time - for all bloom filters created by this library.

Solution

Allow for dynamic bloom filter sizing. (As @matheus23 pointed out: https://github.com/wnfs-wg/deterministic-bloom/pull/2#issuecomment-1443465381 )

matheus23 commented 1 year ago

Let me go ahead and grab this item