You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/01 16:32:02 UTC

[GitHub] [arrow] edponce commented on pull request #12055: ARROW-11989: [C++][Python] Improve ChunkedArray's complexity for the access of elements

edponce commented on PR #12055:
URL: https://github.com/apache/arrow/pull/12055#issuecomment-1114279295

   Hi @eelxpeng, the implementation in this PR caches the previous chunk used, so it is expected to be faster than randomly accessing chunks where chunk caching operations add a (small) penalty rather than be useful.
   
   How do your results compare to Arrow before this patch got merged?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org