You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2020/11/10 13:58:00 UTC

[jira] [Commented] (ARROW-10544) [C++] Provide per-processor Executors to support pinning workflows to a core

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

Ben Kietzman commented on ARROW-10544:
--------------------------------------

[~wesm]

> [C++] Provide per-processor Executors to support pinning workflows to a core
> ----------------------------------------------------------------------------
>
>                 Key: ARROW-10544
>                 URL: https://issues.apache.org/jira/browse/ARROW-10544
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 2.0.0
>            Reporter: Ben Kietzman
>            Priority: Major
>              Labels: compute
>
> For many workflows, there is a distinct performance advantage to avoiding transfer of a task between processors.  For example when iteratively processing a small dataset keeping everything local to a single CPU can avoid churn in split caches. Allowing each logical core to be accessible as an {{Executor}} would be one way to give developers the requisite control.



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