Does using jit.ScriptModule instead of nn.Module to define model makes your code much faster?

As titled. I saw some models use jit.ScriptModule to define a model instead of the normal nn.Module, is this much faster?