Hi, On Wed, May 12, 2021 at 6:50 AM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > As noted in the subject this speeds up git-send-email invocations by > ~2x or more, and brings the very slow t9001 test from running in ~26s > on my box to ~12s. It's no longer consistently the slowest test I run. > > This is basically done in two ways: We lazily invoke "git config" to > get config, before it's very eager, and deferring Perl compilation > with s/use/require/g. I know I'm very late to the party, but I just wanted to comment that this is super cool. Thanks for speeding this up; some really good finds here.