tonybaloney/perflint

use-dict-comprehension example

billou57 opened this issue · 3 comments

hello

the example provided for use-dict-comprehension documentation leaves me doubtful

Can you elaborate please

hello

I think you should provide some information regarding performance. perhaps only by repeating the benefit of list comprehensions. otherwise, it seems (imho) only like a personal taste

This stack overflow provides a good explanation of why it's better to use dict comprehensions.