Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 273 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 273 Bytes

pipeline

An attempt at a simple linear producer-consumer workflow abstraction in Python. The concurrency overhead in Python is pretty high, and at least for the small amount of work each consumer is performing in the example, this is much slower than sequential code.