- PERFORMANCE (SZZ Algorithm): Fully refactored
SzzAlgorithmexecution model to usepackage:poolfor global concurrency management. Eliminated head-of-line blocking by resolving commit lines into flat, concurrentgit blametasks governed by a bounded resource pool (Pool(20)), maximizing CPU utilization without exhausting OS fork limits or crashing CI runners.
Full Changelog: v1...v1.0.6