| Crates.io | sbbf-rs |
| lib.rs | sbbf-rs |
| version | 0.2.8 |
| created_at | 2023-05-13 23:49:18.816095+00 |
| updated_at | 2024-02-29 21:15:57.736514+00 |
| description | Split block bloom filter implementation |
| homepage | https://github.com/ozgrakkurt/sbbf-rs |
| repository | https://github.com/ozgrakkurt/sbbf-rs |
| max_upload_size | |
| id | 863985 |
| size | 42,197 |
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.