What is Nostr?
Michał Górny (he/they) ∞🙀🚂🐧 /
npub1r9j…4ppx
2024-03-15 15:53:20

Michał Górny (he/they) ∞🙀🚂🐧 on Nostr: As promised, another blog post: "Optimizing parallel extension builds in PEP517 ...

As promised, another blog post: "Optimizing parallel extension builds in PEP517 builds"

"""

The distutils (and therefore setuptools) build system supports building C extensions in parallel, through the use of -j (--parallel) option, passed either to build_ext or build command. Gentoo distutils-r1.eclass has always passed these options to speed up builds of packages that feature multiple C files.

However, the switch to PEP517 build backend made this problematic. While the backend uses the respective commands internally, it doesn’t provide a way to pass options to them. In this post, I’d like to explore the different ways we attempted to resolve this problem, trying to find an optimal solution that would let us benefit from parallel extension builds while preserving minimal overhead for packages that wouldn’t benefit from it (e.g. pure Python packages). I will also include a fresh benchmark results to compare these methods.
"""

https://blogs.gentoo.org/mgorny/2024/03/15/optimizing-parallel-extension-builds-in-pep517-builds/

Author Public Key
npub1r9jmk6t0ape7t9ddfv5nrrsh87pluzxtepzjqu93sctkkurun0wqft4ppx