[L2Ork-dev] dollarzero in msg box

Jonathan Wilkes jon.w.wilkes at gmail.com
Sun Apr 1 17:57:37 EDT 2018


Hi list,

Has anyone measured Purr Data's message evaluation
performance against Pd Vanilla?

It just occurred to me that $0 in msg is made possible
by setting and unsetting the current canvas for each
message box eval, for each message box in the
call stack. That requires pushing (malloc) and
popping (free) an item on a linked list of items for
each msg box in the call stack.

-Jonathan


More information about the L2Ork-dev mailing list