Open
Description
Would setting the number of threads used by arrow be in-scope for this library?
(main docs on arrow thread pools)
arrow uses environment variables to set the numbers of threads used at import time, but then allows dynamically changing the number of threads used via setter functions, like set_cpu_count
. Notably, there are two separate thread pools used one for compute and one for IO.
Is this functionality in scope for this library? If so, it would be great to see this feature.
Metadata
Metadata
Assignees
Labels
No labels