skuschel / generatorpipeline

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

Add Heap Accumulator #35

Closed skuschel closed 10 months ago

skuschel commented 1 year ago

Similar to the Cache Accumulator but keep only the largest (smallest) elements. This should also have a timeout to discard old elements. This way the accumulator could always return the 5 brightest images of the last 10 seconds.

skuschel commented 10 months ago

Closed by #44