Closed walkah closed 1 year ago
Bloom Filter sizes are currently pre-defined - for CAR mirror (e.g.) we'll want to be able to dynamically pick a size.
Limited sizes - determined at compile time - for all bloom filters created by this library.
Allow for dynamic bloom filter sizing. (As @matheus23 pointed out: https://github.com/wnfs-wg/deterministic-bloom/pull/2#issuecomment-1443465381 )
Let me go ahead and grab this item
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 )