In Py3.x, a list comprehension is now faster than list(map(itemgetter(0), iterable)).
1 file changed