parthchandra commented on issue #4440:
URL: 
https://github.com/apache/datafusion-comet/issues/4440#issuecomment-4663942184

   Interesting result. I was also somehow expecting the codegen path to have 
some advantage. One reason, I suspect is that the performance is dependent on 
the time spent in moving data over the jvm boundary.  `Platform.getInt(null, 
addr + rowId * 4L)`  is simply moving data from offheap into a jvm variable and 
since both approaches incur this cost, we are seeing nearly identical 
performance.  


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to