[
https://issues.apache.org/jira/browse/ARROW-5898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-5898:
----------------------------------
Labels: pull-request-available (was: )
> [Java] Provide functionality to efficiently compute hash code for arbitrary
> memory segment
> ------------------------------------------------------------------------------------------
>
> Key: ARROW-5898
> URL: https://issues.apache.org/jira/browse/ARROW-5898
> Project: Apache Arrow
> Issue Type: New Feature
> Components: Java
> Reporter: Liya Fan
> Assignee: Liya Fan
> Priority: Major
> Labels: pull-request-available
>
> This issue adds a functionality to efficiently compute the hash code for a
> consecutive memory region. This functionality is important in practical
> scenarios because it helps:
> * Avoid unnecessary memory copy.
> * Avoid repeated conversions between Java objects & Arrow buffers.
> Since the algorithm for calculating hash code has significant performance
> implications, we need to design an interface so that different algorithms can
> be easily introduces as plug-ins.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)