Request: Add support for verbose thread information and configuration
Closed this issue · 2 comments
DeflateAwning commented
It would be awesome if you could add the pl.thread_pool_size()
method (https://docs.pola.rs/api/python/stable/reference/api/polars.thread_pool_size.html).
It would also be great if you could support setting the POLARS_MAX_THREADS
configuration (e.g., via an environment variable). It's not currently in the list of supported environment variables.
ankane commented
Added in the commit above.
DeflateAwning commented
Thank you!