pypa / pyproject-hooks

A low-level library for calling build-backends in `pyproject.toml`-based project
https://pyproject-hooks.readthedocs.io/
MIT License
122 stars 49 forks source link

Speed up execution of hooks #202

Closed ofek closed 3 months ago

ofek commented 3 months ago

Don't know if this will be accepted but based on the results of hyperfine this reduces overall time by ~ 10 ms

ofek commented 3 months ago

Not that much of an improvement to justify potential unexpected behavior.