I just realized this, have no idea where the benchmark came from that ape init takes like 7 seconds, but the reality is it takes about 70ms when executing non-interactively (which is a feature we've had since v0.8.20)
$ time ape init --name Test
SUCCESS: Test is written in ape-config.yaml
real 0m0.066s
user 0m0.054s
sys 0m0.012s
I just realized this, have no idea where the benchmark came from that
ape inittakes like 7 seconds, but the reality is it takes about 70ms when executing non-interactively (which is a feature we've had since v0.8.20)