Skip to content

Commit

Permalink
fix: reinitialise bitmap when setting size
Browse files Browse the repository at this point in the history
Previously setting the key size of the bloom filter did not change the size of
the underlying bitmap - doh!

After this change, BloomFilterBuilder::size() can only be called when using the
CompressedBitmap as the underlying bitmap implementation.

Fixes #3.
  • Loading branch information
domodwyer committed Jan 2, 2021
1 parent 220bcb2 commit 1105e7a
Showing 1 changed file with 280 additions and 254 deletions.
Loading

0 comments on commit 1105e7a

Please sign in to comment.