Skip to content

[C++] Pass task size / metrics in Executor API #24986

@asfimport

Description

@asfimport

For now, our ThreadPool implementation would ignore those metrics, but other implementations may use it for custom ordering.

Example metrics:

  • IO size (number of bytes)
  • CPU cost (~ number of instructions)
  • Priority (opaque integer? lower is more urgent)

Reporter: Antoine Pitrou / @pitrou
Assignee: Antoine Pitrou / @pitrou

PRs and other links:

Note: This issue was originally created as ARROW-8847. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions