skuschel / generatorpipeline

Parallelize your data-processing pipelines with just a decorator.
GNU General Public License v3.0
2 stars 4 forks source link

Add Cache accumulator #32

Closed skuschel closed 1 year ago

skuschel commented 1 year ago

Which should actually not accumulate, but just use the accumulator interface. Its value should be a list of the most recent elements.