[ 
https://issues.apache.org/jira/browse/FLINK-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14711354#comment-14711354
 ] 

ASF GitHub Bot commented on FLINK-2565:
---------------------------------------

Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1043#issuecomment-134603166
  
    I think you currently pay quite a performance price for implementing the 
compare methods in such a ways that they delegate to the `ByteComparator` and 
`FloatComparator`. In order to call those, every single byte or float need to 
be boxed.
    
    That can be avoided if the method directly implements the array comparisons 
on the primitive types.


> Support primitive arrays as keys
> --------------------------------
>
>                 Key: FLINK-2565
>                 URL: https://issues.apache.org/jira/browse/FLINK-2565
>             Project: Flink
>          Issue Type: Improvement
>          Components: Java API
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to