etseidl commented on PR #8476: URL: https://github.com/apache/arrow-rs/pull/8476#issuecomment-3339965227
Here are the latest bench results ``` group main remodel ----- ---- ------- decode parquet metadata 1.84 35.7±0.74µs ? ?/sec 1.00 19.4±0.41µs ? ?/sec decode parquet metadata (wide) 2.60 227.8±2.72ms ? ?/sec 1.00 87.4±1.69ms ? ?/sec open(default) 1.76 36.3±0.66µs ? ?/sec 1.00 20.6±0.43µs ? ?/sec open(page index) 6.87 1761.1±29.66µs ? ?/sec 1.00 256.2±5.35µs ? ?/sec ``` Thrift decoding is a larger percentage of the time for the "wide" test, so a larger improvement is seen for that bench. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
