```d import configy.read; struct Config { } void main() { parseConfigFileSimple!Config("config.yaml"); } ``` The above program takes 3.5 seconds to compile on a Threadripper 3960X with DMD, which seems more than what would be reasonable to expect.