Sep 4, 2018 · 1 min read
There isn’t any speed difference between the module attribute approach versus the Module definition approach. The major difference between these is that in the case of Module definitions, you can recompile your configuration Module to update the configuration at Runtime which isn’t possible using module attributes.
