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.WASM
, unlike other targets, need to do RUSTFLAGS="-C target-feature=+simd128"
and use nightly if you want to enable SIMD accelerated version
of filter. If user compiles without enabling simd128
, they don't need to use nightly and the fallback implementation of a filter
will be used.