Liya Fan created ARROW-6865:
-------------------------------
Summary: [Java] Improve the performance of comparing an ArrowBuf
against a byte array
Key: ARROW-6865
URL: https://issues.apache.org/jira/browse/ARROW-6865
Project: Apache Arrow
Issue Type: Improvement
Components: Java
Reporter: Liya Fan
Assignee: Liya Fan
We change the way of comparing an ArrowBuf against a byte array from byte wise
comparison to comparison by long/int/byte.
Benchmark shows that there is a 6.7x performance improvement.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)