Perl-Toolchain-Gang / Test-Harness

Run Perl standard test scripts with statistics
http://testanything.org/
29 stars 66 forks source link

2015 hackathon misc optimization 2024 rebase #134

Closed bulk88 closed 6 days ago

bulk88 commented 1 week ago

This is a 2024 rebase of the 2016 code in https://github.com/Perl-Toolchain-Gang/Test-Harness/pull/52

All the not Win32 specific optimization patches are in this PR now. This decouples the Win32 parallel IO feature/PR from these performance patches. The issues were found with nytprof and step debugging high hit count parts of T::H.

Leont commented 1 week ago

LGTM