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)