FastFilter / fastfilter_java

Fast Approximate Membership Filters (Java)
Apache License 2.0
238 stars 27 forks source link

Random failures on `XOR_SIMPLE` and `XOR_SIMPLE_2` #39

Open catap opened 11 months ago

catap commented 11 months ago
java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 12330
        at org.fastfilter.xor.XorSimple.map(XorSimple.java:55)
        at org.fastfilter.xor.XorSimple.<init>(XorSimple.java:28)
        at org.fastfilter.xor.XorSimple2.construct(XorSimple2.java:12)
        at org.fastfilter.FilterType$9.construct(FilterType.java:72)

and

java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 12330
        at org.fastfilter.xor.XorSimple.map(XorSimple.java:55)
        at org.fastfilter.xor.XorSimple.<init>(XorSimple.java:28)
        at org.fastfilter.xor.XorSimple.construct(XorSimple.java:19)
        at org.fastfilter.FilterType$8.construct(FilterType.java:63)