jbapple / libfilter

High-speed Bloom filters and taffy filters for C, C++, and Java
Apache License 2.0
32 stars 6 forks source link

Java Taffy Block Filter bug #25

Open SmirAlex opened 11 months ago

SmirAlex commented 11 months ago

Hi! I've found an important bug in TaffyBlockFilter Java realization which causes creation of new Block Filters with the same fpp. I guess, in this line there should be x instead of cursor.

https://github.com/jbapple/libfilter/blob/4ebeaef1215969aee9edb05eb145e94b8dd98e16/java/libfilter/src/main/java/com/github/jbapple/libfilter/TaffyBlockFilter.java#L95