You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jackey Lee (Jira)" <ji...@apache.org> on 2022/05/13 10:31:00 UTC

[jira] [Created] (ARROW-16568) Enable skip BOUNDS_CHECKING with ArrowBuf.setBytes

Jackey Lee created ARROW-16568:
----------------------------------

             Summary: Enable skip BOUNDS_CHECKING with ArrowBuf.setBytes
                 Key: ARROW-16568
                 URL: https://issues.apache.org/jira/browse/ARROW-16568
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Java
    Affects Versions: 8.0.0
            Reporter: Jackey Lee


We have BOUNDS_CHECKING_SKIP in ArrowBuf.setByte or ArrowBuf.getByte, it helps to remove unexpected bounds checks. However, it doesn't exists in ArrowBuf.setBytes or ArrowBuf.getBytes, which makes 10% cpu time cost for checking bounds in our environment.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)