Skip to content

anrosent/pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pipelined linear producer-consumer workflow in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages