On 01.05.2014 19:51, Tom Tsou wrote:
A beneficial change would be to modify the API to allow persistent decoder objects instead of performing an allocation and tear-down on every decoding call. From a performance standpoint, the current implementation is unnecessarily restricted by memory access and page faults for that reason.
I'd appreciate that very much, since I'm planning to port it to the epiphany where I definitely want neither to malloc nor to talloc.
Jacob