jorgecarleitao / parquet2

Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow
Other
356 stars 59 forks source link

Switched to optimized bloom filter library #229

Closed ozgrakkurt closed 1 year ago

ozgrakkurt commented 1 year ago

This PR switches the bloom filter functionality to use an optimized library that detects CPU features at runtime and uses a CPU specific implementation for a split block bloom filter

ozgrakkurt commented 1 year ago

this is a breaking change on the API

ozgrakkurt commented 1 year ago

nvm