stream.py icon indicating copy to clipboard operation
stream.py copied to clipboard

Lazily-evaluated, parallelizable Python pipeline.

Results 4 stream.py issues
Sort by recently updated
recently updated
newest added

There are small typos in: - doc/index.rst - stream.py Fixes: - Should read `represented` rather than `respresented`. - Should read `further` rather than `futher`. - Should read `first` rather than...

If you are processing a stream that has a chance of failure, each workers in your ThreadPool/ProcessPool will eventually hit a failure case and die. Once all of the workers...

[The documentation](http://www.trinhhaianh.com/stream.py/#mergers) states: > PCollectors can collect from ForkedFeeder‘s or ProcessPool‘s (via system pipes) > ... > class PCollector([waittime=0.1]): Collect items from many ForkedFeeder‘s or ProcessPool‘s. However, when you [try...

This library is awesome and deserves to be used in the python3 ecosystem. Tests pass with these updates (at least on my python 3.10.12 version).