You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Liya Fan (JIRA)" <ji...@apache.org> on 2019/06/27 03:08:00 UTC

[jira] [Created] (ARROW-5752) [Java] Improve the performance of ArrowBuf#setZero

Liya Fan created ARROW-5752:
-------------------------------

             Summary: [Java] Improve the performance of ArrowBuf#setZero
                 Key: ARROW-5752
                 URL: https://issues.apache.org/jira/browse/ARROW-5752
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Java
            Reporter: Liya Fan
            Assignee: Liya Fan


The current implementation involves repeated calls of setLong, setInt & setByte. It is more efficient to directly call the native function. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)