Veit Schiele
banner
veit-schiele.de
Veit Schiele
@veit-schiele.de
Author of Python for Data Science, Jupyter Tutorial and PyViz tutorial • pyberlin organiser • Development, consulting and operation of privacy compliant web services at cusy​.
#Python #Jupyter #PyViz #DataScience
Thank you very much for your measurements. My impression is also that it would take really large projects with many checks for me to deviate from the reference implementation.
September 8, 2025 at 3:41 PM
I did my performance tests with hyperfine:
hyperfine \
--prepare 'rm -rf ~/.cache/prek/ && rm -rf ~/.cache/pre-commit && rm -rf ~/.cache/uv' \
'prek install-hooks' \
'pre-commit install-hooks'
September 6, 2025 at 7:07 PM
No, even when running the pre-commit hook, execution is more than twice as fast.
September 6, 2025 at 7:02 PM