> On Friday, April 6, 2018, 11:21:05 AM EDT, Christof Ressi <christof.ressi@gmx.at> wrote:
> here's an alternative implementation which uses no additional memory
> allocations but is more invasive: https://github.com/pure-data/pure-data/pull/347
Here's the beginning of another implementation with some performance tests:
https://git.purrdata.net/jwilkes/purr-data/merge_requests/199
Performance looks decent on armv7l and it doesn't require changes to binbuf_eval.
-Jonathan