[PD] How to make a large patch performant

Christof Ressi christof.ressi at gmx.at
Sun Jan 5 19:17:58 CET 2020


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 at gmail.com>
An: pd-list <pd-list at 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 





More information about the Pd-list mailing list