Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dorfsmay
10 months ago
|
parent
|
context
|
favorite
| on:
Pipelining might be my favorite programming langua...
I do the same with Python, replacing multilevel comprehensions with intermediary steps of generator expressions, which are lazy and therefore do not impact performance and memory usage.
https://peps.python.org/pep-0289/
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://peps.python.org/pep-0289/