dict() vs. {}

from blog Sebastian Witowski, | ↗ original
Is using {} faster than dict()? If yes, then why? And when would you use one version over the other?