-
Story
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
The polars supports CPU arch specific optimizations like x86-64-v2, v3, and v4 extensions. See https://github.com/pola-rs/polars/blob/main/.github/workflows/release-python.yml for an example how upstream builds the package.
Figure out which ISA (CPU instruction set architecture) extension we can use and how to build the package with optional performance improvements.