Skip to content

Replace parallel build monkeypatch in favor of a modern build framework #177

@ovesh

Description

@ovesh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions