valkey-io / valkey-bloom

Rust based Valkey Module which provides a BloomFilter data type / APIs
11 stars 9 forks source link

Add unit testing for scaling & non scaling filters #3

Closed KarthikSubbarao closed 2 months ago

KarthikSubbarao commented 2 months ago

PR to add unit testing of the BloomFilter structure's behavior in case of scaling and non scaling filter and also to test for false positive rate correctness. Non scaling and scaling filters are created at scale to filled with items to capacity and exists operations are used to validate fp_rate correctness.