jbapple / libfilter

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

In Java XorFilter, migrate from arrays of structs to structs of arrays #18

Open jbapple opened 2 years ago

jbapple commented 2 years ago

There's no need for null values in the internal arrays used for constructing filter via peeling