belugabehr edited a comment on pull request #755: URL: https://github.com/apache/orc/pull/755#issuecomment-885638318
@pgaref Thanks for the review. I'll add additional comments. Yes. I only posted the results of one run, but it was representative of the greater series of tests. Anyway, the reason I even thought to do this was because I have worked a bit with Avro in the pass and this strange implementation really stuck with me. Some time ago, I found it super interesting and I tried different ways to out-perform it, but I was never able to. Now, TBH there is some amount of YMMV here, as this may be sensitive to CPU architecture, but the person that implemented this in the first place found it was optimal, and I could only confirm that with my personal setup, so there is some merit to it. I also assume that by condensing this code into a single method, it avoids a jump, and that may be helpful too when processing millions of rows. -- 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]
