JuliaFolds / Transducers.jl

Efficient transducers for Julia
https://juliafolds.github.io/Transducers.jl/dev/
MIT License
433 stars 24 forks source link

Composing stateful and parallelizable transducers #489

Open jtrakk opened 3 years ago

jtrakk commented 3 years ago

@tkf wrote

Unfortunately, stateful transdcuers like Unique cannot be used after parallelizable transdcuer like ReducePartitonBy. It’s kind of a cost of parallelizability. There can be a better design to allow this but it’s a bit tricky to do ATM.

I think it would be useful to be able to compose these transducers, so I'm requesting that feature here.

zsz00 commented 2 years ago

I think it would be useful to be able to compose these transducers, so I'm requesting that feature here.