valkey-io / valkey-bloom

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

Add unit testing for scaling & non scaling filters #3

Closed KarthikSubbarao closed 1 month ago

KarthikSubbarao commented 1 month 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.