Hacker News new | ask | show | jobs
by alcari 4579 days ago
It's not really optimized. The list comprehension's body gets executed in series, and even if it were threaded, the GIL would forcibly serialize the thread execution while breaking all the code out there that expects in-order processing.