On Tue, Jun 8, 2021 at 12:08 PM Roman Haefeli <[email protected]> wrote: > > On Mon, 2021-06-07 at 23:51 +0200, Roman Haefeli wrote: .... > > A quick follow-up. The new object [udpsrvr] works flawlessly. I > couldn't find any issues with it. I've used it to relay packets between > multiple clients. > > However, my hope a Pd implementation is faster than the python script > turned out to be forlorn. In reality, the Pd version eats ~50% more > cycles (at least same ballpark, which is still impressive for Pd, I > think).
In the last commit I added a verbosity method so it doesn't print to the console by default. This may speed it up a bit. OTOH I added an symbol output of the IP so it can be fed directly into the [to( message, so that may slow it down if the symbol lookup takes a long time. Martin > > Roman > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > https://lists.puredata.info/listinfo/pd-list _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
