Hacker News new | ask | show | jobs
by londt8 2276 days ago
I dont think list comprehensions are used to improve performance. One reason to use them is to improve readability, as the execution doesnt jump around with continue/break etc.