> test?
https://github.com/pure-data/pure-data/pull/346
That will add a malloc/free for every method call to a msg box. So
I'd measure the performance impact before using that
implementation.
On the l2ork dev list I mentioned a potential way to cache the glist
in the t_messresponder to avoid allocation at message evaluation time.
But we haven't implemented that yet (nor measured the current
performance hit).
-Jonathan