Split block bloom filter implementation.
Implementation of parquet bloom filter spec.
target-cpu=native
or manually turn on avxunsafe
api. Safe API can be found at sbbf-rs-safe.tests/mod.rs
for that kind of wrapper.RUSTFLAGS="-C target-feature=+simd128"
and use nightly if you want to enable SIMD accelerated version
of filter on WASM
. If user compiles without enabling simd128
, they don't need to use nightly and the fallback implementation of a filter
will be used.