You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/05/25 19:40:00 UTC

[jira] [Commented] (ARROW-6456) [C++] Possible to reduce object code generated in compute/kernels/take.cc?

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

Wes McKinney commented on ARROW-6456:
-------------------------------------

I will take care of this. 

> [C++] Possible to reduce object code generated in compute/kernels/take.cc?
> --------------------------------------------------------------------------
>
>                 Key: ARROW-6456
>                 URL: https://issues.apache.org/jira/browse/ARROW-6456
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Major
>
> According to 
> https://gist.github.com/wesm/90f73d050a81cbff6772aea2203cdf93
> take.cc is our largest piece of object code in the codebase. This is a pretty important function but I wonder if it's possible to make the implementation "leaner" than it is currently to reduce generated code, without sacrificing performance. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)