Hi,
have you tried splitting the workload across several cores, e.g. with [pd~]? This worked quite well for me.
If this isn't possible or not enough, then rewriting parts of your patch as externals can definitely give a significant performance boost. Christof
Gesendet: Sonntag, 05. Januar 2020 um 18:54 Uhr Von: "Andrew Lyons" tstexture@gmail.com An: pd-list pd-list@iem.at Betreff: [PD] How to make a large patch performant
Hi,
My pure data patch has grown beyond the processing power of my Raspberry pi. I am looking at software options to make it performant again: 1./ Heavy compiler 2./ Convert abstractions to extensions. Recommendations? Suggestions? Thanks