[
https://issues.apache.org/jira/browse/ARROW-5903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-5903:
----------------------------------
Labels: pull-request-available (was: )
> [Java] Set methods in DecimalVector are slow
> --------------------------------------------
>
> Key: ARROW-5903
> URL: https://issues.apache.org/jira/browse/ARROW-5903
> Project: Apache Arrow
> Issue Type: Task
> Components: Java
> Reporter: Pindikura Ravindra
> Assignee: Pindikura Ravindra
> Priority: Major
> Labels: pull-request-available
>
> The methods are doing a bound check on each byte in the input buffer and each
> byte on the output buffer. Avoiding this repetitive work improves perf by a
> factor of 2x to 3x.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)