porres / pd-else

ELSE - EL Locus Solus' Externals for Pure Data
Do What The F*ck You Want To Public License
287 stars 36 forks source link

performance better than old version, fixes #2061

Closed ben-wes closed 5 months ago

ben-wes commented 5 months ago

i removed all table.unpack() operations and table look-ups for the critical parts of the code. it's crazy how much this seems to change the performance. the last version really was around 50% worse. :( ... now it's 20% faster though in my measurements here!

also the other issues should be fixed if i checked correctly.