pipeline -
Pipelined filters and operations on iterators.
This module enhances Iterator
with some methods that enable a pipeline-like programing.
The processing of elements in a pipeline is done trough connected filters that are implemented with reasonable memory constraints.
Content
- pipeline: Pipelined filters and operations on iterators. (lib/pipeline/pipeline.nit)