raulcd opened a new issue, #46872:
URL: https://github.com/apache/arrow/issues/46872

   ### Describe the enhancement requested
   
   On:
   - https://github.com/apache/arrow/pull/46778
   
   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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to