packer: Parallelize synopsis lookup to speed up help output
Using `time` to calculate the average of 100 iterations on my machine, `packer` went from 130ms on average to 70ms. Previously, the load time would scale linearly about 30ms (on my machine) on average per new command added. Now that is much much smaller.
Showing
Please register or sign in to comment