How to achieve parallel mixing by using dsp module efficiently?

First, I wanna say that dsp module helped me a lot for designing algorithm.

But I think parallel mixing is widely used in plugin design, like mixing the original signal with compressed signal. And I don’t think ProcessChain class can handle it very well since I think it is designed for cascading flow.

So any suggestion for doing that EFFICIENTLY? Thank you!