Open
Description
Feature
We only ship x64 Windows binary wheels (compiled using mypyc). Maybe we should also ship ARM Windows wheels?
To make this work, we'd probably need help from somebody who has access to an ARM Windows system, at least for testing and perhaps benchmarking.
Pitch
Binary wheels compiled with mypyc could improve performance on ARM Windows systems by 3x to 4x or so. CPython already has an experimental installer for ARM Windows. The latest Microsoft Surface laptops have ARM CPUs, and it would be nice if performance was comparable to x64 on them.
Open questions
- Is Windows ARM popular enough among developers to make this worth it?
- Does GitHub Actions make it easy to build ARM binaries for Windows?
- Are all our dependencies supported on ARM Windows?