jorgecarleitao / parquet2

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

elide bound check in RLE decoder #201

Closed ritchie46 closed 2 years ago

ritchie46 commented 2 years ago

During an optimization pass I noticed there were still checked Index calls in this function where they could be elided.