Dictionary Comprehension

from blog Sebastian Witowski, | ↗ original
Is using dictionary comprehension faster than calling the dict() function? And what's the most efficient way to create a dictionary from two iterables?