Roast my new Python library for stream processing
Slipstream provides a data-flow model to simplify development of stateful streaming applications. (more…)
Read more »
Since Python 1.5 (1997), CPython users can run multiple interpreters
in the same process. However, interpreters in the same process
have always shared a significant
amount of global state. This is a source of bugs, with a growing
impact as more and more… Read more