Transducers.jl icon indicating copy to clipboard operation
Transducers.jl copied to clipboard

Support vararg

Open tkf opened this issue 6 years ago • 0 comments

It probably is straightforward to support vararg in transducers, i.e., extend the call signature to:

next(rf, result, inputs...)
__foldl__(rf, init, reducibles...)

This needs some benchmarks to make sure there is no performance degradation.

tkf avatar Jan 01 '19 22:01 tkf