Interested?
corobatch: using coroutines to batch operations with no effort
by Francesco Zoffoli
From the article:
Often performing operations in batch is more efficient than doing them one at a time. Typical examples could be most kinds of I/O, or vectorized instructions.
Unfortunately, doing operations on groups of items at the same time can be much less readable than doing them one element at a time...
Add a Comment
Comments are closed.