Skip to content

[C++] Move Arange utility function to an Arrow C++ utility function #46872

@raulcd

Description

@raulcd

Describe the enhancement requested

On:

We introduced a PyArrow Arange utility function to ranges, similar to Python's range or numpy.arange.

This was done to fix a performance regression introduced earlier as numpy is optional and we were not using it anymore.

It was discussed on the PR to move the utility function to Arrow C++ as a possible improvement but due to the nature of the performance fix we didn't want to hold the fix.

This is to track that possible improvement.

Component(s)

C++, Python

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions