AntoinePrv commented on PR #47573: URL: https://github.com/apache/arrow/pull/47573#issuecomment-3401369526
@pitrou what about the Read/Decoder benchmarks? The algorithms are mostly similar, except: - The way pointers are incremented: using `out[0]`, `out[1]`... instead of `out++ =` - The function names and how they are grouped in files. - The jump table (that should have a bigger relatitve impact for SIMD since they are faster). I'm gonna investigate but I suspect these benchmarks are highly unstable. -- 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]
