There's a large chunk of monkeypatch code dedicated to parallelizing the build. While true that this significantly reduces build time (by about 3X on my macbook, saving minutes per build), we should be able to achieve similar speedups by using modern build frameworks like scikit-build-core or meson.
Ideally we can also utilize CMake (currently only used for CLion compat). scikit-build-core is recommended for CMake projects.