perf: reuse buffer when hashing source files for checksums (#2925)

This commit is contained in:
Valentin Maerten
2026-08-03 22:30:20 +02:00
committed by GitHub
parent 5ecb94796d
commit 651aa44f50
2 changed files with 14 additions and 3 deletions

View File

@@ -14,6 +14,9 @@
- Added support for `enum.ref` in `--interactive` prompts. Required vars using
`enum.ref` now show the selection list like static enums, instead of falling
back to free-form input (#2817 by @vmaerten).
- Further improved fingerprinting performance on large repositories: hashing
source files now reuses a single buffer, reducing memory allocations by ~98%
and wall-clock time by ~7% (#2925 by @vmaerten).
## v3.52.0 - 2026-07-02